CHAN, Chak Shing
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -12,7 +12,7 @@ COPY ./package.json package.json |
|
|
COPY ./yarn.lock yarn.lock |
|
|
COPY ./yarn.lock yarn.lock |
|
|
COPY ./prisma/schema.prisma prisma/schema.prisma |
|
|
COPY ./prisma/schema.prisma prisma/schema.prisma |
|
|
|
|
|
|
|
|
RUN apk add --no-cache python3 g++ make openssl |
|
|
RUN apk add --no-cache python3 g++ make openssl git |
|
|
RUN yarn install |
|
|
RUN yarn install |
|
|
|
|
|
|
|
|
# See https://github.com/nrwl/nx/issues/6586 for further details |
|
|
# See https://github.com/nrwl/nx/issues/6586 for further details |
|
|