chore: remove healthcheck in docker to be faster
This commit is contained in:
@@ -31,6 +31,3 @@ COPY --from=builder /app/dist /usr/share/nginx/html
|
|||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=3s \
|
|
||||||
CMD wget -qO- http://localhost:80/ || exit 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user