Skip to content

Commit

Permalink
One MORE fix jackie chan
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 4, 2023
1 parent 1b7133a commit 63eff3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN npm ci

# Bundle app source
COPY --chown=node:node /src/prisma/ ./prisma/
COPY --chown=node:node .env ./.env
# COPY --chown=node:node .env ./.env

# Initialize the first migration and then run studio
CMD npx prisma migrate deploy && npx prisma studio
Expand Down

0 comments on commit 63eff3e

Please sign in to comment.