Skip to content

Commit 1ea6b02

Browse files
committed
Remove CMD from docs container.
1 parent d2cc4be commit 1ea6b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs.Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ COPY --from=builder /data/docs-builder/nginx.conf /etc/nginx/conf.d/default.conf
2323
# Move files into final location
2424
RUN cp -R /data/website/html/* /usr/share/nginx/html \
2525
&& rm -rf /data/website/
26-
27-
CMD ["/data/run.sh"]

0 commit comments

Comments
 (0)