some atempts at docker
This commit is contained in:
@@ -2,8 +2,8 @@ FROM node:12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
COPY ../core ./packages
|
||||
COPY packages/core packages/core
|
||||
COPY package.json .
|
||||
|
||||
RUN yarn install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user