feature/user-authentication #2
1 changed files with 0 additions and 4 deletions
|
|
@ -36,9 +36,5 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|||
# Expose port
|
||||
EXPOSE 3000
|
||||
|
||||
# Health check
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1
|
||||
|
||||
# Entry point (nginx runs by default)
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue