Skip to content

Commit

Permalink
fix: Dockerfile to include .env
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Nov 19, 2024
1 parent 0a19a6c commit 7adc0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
!/LICENSE
!/README.md
!/go.*
!/.env
!/.env.example
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ COPY --from=build /build/ussd-africastalking .
COPY --from=build /build/LICENSE .
COPY --from=build /build/README.md .
COPY --from=build /build/services ./services
COPY --from=build /build/.env .
COPY --from=build /build/.env.example .
RUN mv .env.example .env

EXPOSE 7123

Expand Down

0 comments on commit 7adc0c9

Please sign in to comment.