added tsconfig.json in Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
COPY package.json package-lock.json tsconfig.json ./
|
||||
COPY packages/shared/package.json ./packages/shared/
|
||||
COPY apps/server/package.json ./apps/server/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user