[d] remove comment in dockerfile
All checks were successful
Build and push docker image / publish (push) Successful in 43s

This commit is contained in:
Sangelo 2024-05-16 09:37:59 +02:00
parent 27ab7903cf
commit f35ade0784

View file

@ -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