Skip to content

Commit

Permalink
update pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Feb 24, 2024
1 parent d93f3fe commit eb679fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY --from=ui-builder /app/dist/apps/client-asset-sg .

# this nginx base image will parse the template and will move it to
# /etc/nginx/conf.d/default.conf before it starts nginx process
COPY /apps/client-asset-sg/docker/nginx.conf /etc/nginx/templates/default.conf.template
COPY container/nginx.conf /etc/nginx/templates/default.conf.template

HEALTHCHECK --interval=10s --timeout=5s --start-period=10s --retries=3 CMD wget localhost -q -O - > /dev/null 2>&1

Expand Down

0 comments on commit eb679fd

Please sign in to comment.