Browse Source

merge with master

Lou 3 years ago
parent
commit
5ef76ecd1a
3 changed files with 45194 additions and 10441 deletions
  1. 12
    0
      Dockerfile
  2. 34415
    0
      package-lock.json
  3. 10767
    10441
      yarn.lock

+ 12
- 0
Dockerfile View File

1
+FROM node:16-bullseye
2
+
3
+WORKDIR /app
4
+
5
+COPY . .
6
+
7
+RUN rm -rf .git \
8
+    && yarn
9
+
10
+EXPOSE 8000
11
+
12
+CMD yarn develop -H 0.0.0.0

+ 34415
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 10767
- 10441
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save