Skip to content

Commit 34e9077

Browse files
authored
Update Dockerfile
Signed-off-by: Atif Ather <[email protected]>
1 parent 8d45ff0 commit 34e9077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
4646
COPY --from=builder /bin/app /checkpointz
4747

4848
# Copy the frontend build from the frontend stage
49-
COPY --from=frontend /app/web /checkpointz
49+
# COPY --from=frontend /app/web /checkpointz
50+
RUN serve -s build -l 5555
5051

5152
# Expose port 5555
5253
EXPOSE 5555

0 commit comments

Comments
 (0)