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 14, 2023
1 parent efae056 commit b155658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
&& rm -rf /var/lib/apt/lists/*

# Copy the Go binary from the builder stage
COPY --from=builder /bin/app /checkpointz/checkpointz
COPY --from=builder /bin/app /checkpointz

# Copy the frontend build from the frontend stage
COPY --from=frontend /app/web/build /checkpointz/build
Expand Down

0 comments on commit b155658

Please sign in to comment.