[d] remove comment in dockerfile
All checks were successful
Build and push docker image / publish (push) Successful in 43s
All checks were successful
Build and push docker image / publish (push) Successful in 43s
This commit is contained in:
parent
27ab7903cf
commit
f35ade0784
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ RUN addgroup -S web && adduser -S web -G web && chown -R web:web /app
|
|||
|
||||
# Caddyfile configuration to serve files from /app
|
||||
COPY --from=builder /git/Caddyfile /etc/caddy/Caddyfile
|
||||
#RUN echo -e ":80 {\n root * /app\n try_files {path}.html {path}\n file_server\n}\n:8080 {\n respond /health \"OK\" 200\n}" > /etc/caddy/Caddyfile
|
||||
|
||||
# Expose port 80
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Reference in a new issue