Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Dec 19, 2023
1 parent 109014f commit f9219bc
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 @@ -15,7 +15,7 @@ RUN chmod +x /bin/tini
COPY ./package.json ./package-lock.json ./
RUN npm ci --ignore-scripts

COPY ./prisma ./prisma
COPY . .

ENTRYPOINT ["tini", "--"]
CMD ["./node_modules/.bin/prisma", "migrate", "deploy"]

0 comments on commit f9219bc

Please sign in to comment.