some atempts at docker

This commit is contained in:
talksik
2022-06-02 11:39:20 -05:00
parent e8cad2e204
commit bdbd65972a
3 changed files with 519 additions and 13 deletions
+2 -2
View File
@@ -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