Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ather <[email protected]>
  • Loading branch information
atifather authored Dec 13, 2023
1 parent 8d45ff0 commit 34e9077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
COPY --from=builder /bin/app /checkpointz

# Copy the frontend build from the frontend stage
COPY --from=frontend /app/web /checkpointz
# COPY --from=frontend /app/web /checkpointz
RUN serve -s build -l 5555

# Expose port 5555
EXPOSE 5555
Expand Down

0 comments on commit 34e9077

Please sign in to comment.