Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Jun 7, 2024
1 parent 5fd0e08 commit c7cf93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_app
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY internal/ ./internal
COPY migrations/ ./migrations
COPY .env ./

# Build the application and output the binary as 'build'
# Build the application and output the binary as 'ahbcc'
RUN CGO_ENABLED=0 GOOS=linux go build -o /ahbcc ./cmd/api

# Expose port
Expand Down

0 comments on commit c7cf93e

Please sign in to comment.