Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Jan 9, 2025
1 parent 5caec00 commit 6d69d8e
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 @@ -3,7 +3,7 @@ FROM oven/bun:slim
WORKDIR /app

COPY tsconfig.json .
COPY .env.prod .env
COPY .env .
COPY package.json .
COPY bun.lockb .

Expand Down

0 comments on commit 6d69d8e

Please sign in to comment.