Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlifton committed Mar 14, 2024
1 parent 30507e2 commit d84c23b
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 @@ -17,7 +17,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
# && npm install \
# && npm run prisma-generate \
# && npm run build
RUN --mount=type=secret,id=env,dst=/etc/secrets/.env cat /etc/secrets/.env \
RUN --mount=type=secret,id=env,dst=/etc/secrets/.env \
TURSO_DB_AUTH_TOKEN=$(grep TURSO_DB_AUTH_TOKEN /etc/secrets/.env | cut -d '=' -f 2) \
TURSO_DB_URL=$(grep TURSO_DB_URL /etc/secrets/.env | cut -d '=' -f 2) \
DATABASE_URL=$(grep DATABASE_URL /etc/secrets/.env | cut -d '=' -f 2) \
Expand Down

0 comments on commit d84c23b

Please sign in to comment.