We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cc4be commit 1ea6b02Copy full SHA for 1ea6b02
docs.Dockerfile
@@ -23,5 +23,3 @@ COPY --from=builder /data/docs-builder/nginx.conf /etc/nginx/conf.d/default.conf
23
# Move files into final location
24
RUN cp -R /data/website/html/* /usr/share/nginx/html \
25
&& rm -rf /data/website/
26
-
27
-CMD ["/data/run.sh"]
0 commit comments