0.4.0
This commit is contained in:
parent
6b2c4996d5
commit
8e7b059ad3
97 changed files with 15077 additions and 6892 deletions
|
|
@ -1,9 +1,10 @@
|
|||
FROM node:12
|
||||
FROM node:16-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
RUN mkdir /app/src
|
||||
|
||||
COPY package.json package-lock.json /app/
|
||||
COPY package*.json webpack.*.js .babelrc /app/
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . /app/
|
||||
COPY ./src /app/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue