imseldrith commited on
Commit
b49cda7
·
verified ·
1 Parent(s): 3481ba8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY --from=builder /app/dist ./dist
18
  EXPOSE 7860
19
 
20
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
21
- CMD wget --spider -q http://localhost:4141/ || exit 1
22
 
23
  COPY entrypoint.sh /entrypoint.sh
24
  RUN chmod +x /entrypoint.sh
 
18
  EXPOSE 7860
19
 
20
  HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
21
+ CMD wget --spider -q http://localhost:7860/ || exit 1
22
 
23
  COPY entrypoint.sh /entrypoint.sh
24
  RUN chmod +x /entrypoint.sh