We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45ff0 commit 34e9077Copy full SHA for 34e9077
Dockerfile
@@ -46,7 +46,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
46
COPY --from=builder /bin/app /checkpointz
47
48
# Copy the frontend build from the frontend stage
49
-COPY --from=frontend /app/web /checkpointz
+# COPY --from=frontend /app/web /checkpointz
50
+RUN serve -s build -l 5555
51
52
# Expose port 5555
53
EXPOSE 5555
0 commit comments