mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-25 19:38:05 -05:00
Copy tsconfig to docker
This commit is contained in:
@@ -6,6 +6,9 @@ WORKDIR /usr/src/app
|
||||
# Install PM2 globally
|
||||
RUN yarn global add pm2
|
||||
|
||||
# Remove?
|
||||
COPY tsconfig.json ./
|
||||
|
||||
# first get dependencies in for efficient docker layering
|
||||
COPY dist/package.json dist/yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile --production
|
||||
|
||||
Reference in New Issue
Block a user