fix docker builds

master
Lauren Liberda 2021-07-24 16:15:07 +02:00
parent 28cca74755
commit 0fc0fdff88
2 changed files with 7 additions and 2 deletions

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
node_modules
dist
frontend
.env
schema.graphql

View File

@ -8,8 +8,8 @@ RUN yarn install --frozen-lockfile
COPY tsconfig.json .
COPY tsconfig.build.json .
COPY migration .
COPY src .
COPY migration migration
COPY src src
RUN yarn build