rest of the changes to the new workout struct
This commit is contained in:
@@ -38,9 +38,9 @@ RUN mkdir -p /var/run/nginx && \
|
||||
|
||||
USER nginx
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 3001
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
|
||||
CMD wget --quiet --tries=1 --spider http://127.0.0.1:3000/ || exit 1
|
||||
CMD wget --quiet --tries=1 --spider http://127.0.0.1:3001/ || exit 1
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user