Skip to content

Commit

Permalink
Update Dockerfile to use new migration path
Browse files Browse the repository at this point in the history
  • Loading branch information
coocos committed Apr 5, 2021
1 parent c6daaaf commit 7a7cc3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN npm ci

COPY --chown=node:node tsconfig.json knexfile.ts ./
COPY --chown=node:node src/ src/
COPY --chown=node:node db/migrations db/migrations

EXPOSE 8000
CMD ["node_modules/.bin/ts-node", "--transpile-only", "src/index.ts"]
Expand Down

0 comments on commit 7a7cc3b

Please sign in to comment.