Skip to content

Commit

Permalink
Fix docker build stage name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Nov 21, 2023
1 parent 3dff556 commit 10151b7
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 @@ -53,7 +53,7 @@ USER appuser
RUN apt update && apt install -y openssl libpq-dev pkg-config

# Copy the executable from the "build" stage.
COPY --from=build /bin/server /bin/
COPY --from=builder /bin/server /bin/

# Expose the port that the application listens on.
EXPOSE 5001
Expand Down

0 comments on commit 10151b7

Please sign in to comment.