Skip to content

Commit

Permalink
Merge pull request #43 from timi-codes/chore/run-migration-on-deployment
Browse files Browse the repository at this point in the history
run migrations on deployment
  • Loading branch information
timi-codes authored Oct 14, 2024
2 parents 41010bb + 3b8d5da commit d65c8cb
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 node:18-alpine AS base

WORKDIR /user/src/app

COPY package.json yarn.lock ./
COPY package.json yarn.lock kysely.config.ts ./
RUN yarn install --frozen-lockfile

COPY . .
Expand Down

0 comments on commit d65c8cb

Please sign in to comment.