Spaces:
Running
Running
Update Dockerfile
Browse files- 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:
|
| 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
|