Skip to content

Commit

Permalink
Added env file to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MPfatrisch committed Nov 30, 2023
1 parent f93ba98 commit 98c0a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN go build -o main main.go
# Run stage
FROM alpine:3.18
WORKDIR /app
COPY app.env .
COPY --from=builder /app/main .

EXPOSE 3000
Expand Down

0 comments on commit 98c0a47

Please sign in to comment.