Browse Source

dockerfile: test de yarn à la place de npm

Lou 3 years ago
parent
commit
9e8cc3bbfb
3 changed files with 45184 additions and 10443 deletions
  1. 2
    2
      Dockerfile
  2. 34415
    0
      package-lock.json
  3. 10767
    10441
      yarn.lock

+ 2
- 2
Dockerfile View File

@@ -5,8 +5,8 @@ WORKDIR /app
5 5
 COPY . .
6 6
 
7 7
 RUN rm -rf .git \
8
-    && npm --arch=amr64 install 
8
+    && yarn
9 9
 
10 10
 EXPOSE 8000
11 11
 
12
-CMD yarn develop -H 0.0.0.0
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