fix docker builds

This commit is contained in:
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.json .
COPY tsconfig.build.json . COPY tsconfig.build.json .
COPY migration . COPY migration migration
COPY src . COPY src src
RUN yarn build RUN yarn build