Update Dockerfile
This commit is contained in:
@@ -32,9 +32,9 @@ COPY --from=builder /app/.next/static ./.next/static
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
RUN ss -tuln
|
||||
#RUN ss -tuln
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=5 \
|
||||
CMD curl -f http://localhost:3000 || exit 1
|
||||
#HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=5 \
|
||||
# CMD curl -f http://localhost:3000 || exit 1
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user