Skip to content

Commit

Permalink
update: added .env to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Feb 14, 2024
1 parent c1714da commit 363fefc
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 @@ -20,6 +20,7 @@ FROM alpine:latest
RUN apk add --no-cache ca-certificates openssl

COPY --from=builder /app/sphinx-tribes /app/
COPY --from=builder /app/.env /app/

RUN ls app

Expand Down

0 comments on commit 363fefc

Please sign in to comment.