We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9fb57 commit 3d819fcCopy full SHA for 3d819fc
1 file changed
Dockerfile
@@ -22,9 +22,6 @@ COPY ./nginx.conf /etc/nginx/nginx.conf
22
# Copy static site
23
COPY source/ /usr/share/nginx/html/
24
25
-# Remove .git from public exposure
26
-RUN rm -rf /usr/share/nginx/html/.git
27
-
28
EXPOSE 80
29
30
# Health check with curl (available since 1.18.0)
0 commit comments