Browse Source

before merge with master

Lou 3 years ago
parent
commit
8bdcdc3cb2
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      Dockerfile

+ 0
- 12
Dockerfile View File

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

Loading…
Cancel
Save