Browse Source

removed telemetry and fixed dockerfile

Lou 3 years ago
parent
commit
5a6d17d9d4
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Dockerfile

+ 3
- 2
Dockerfile View File

@@ -4,9 +4,10 @@ WORKDIR /app
4 4
 
5 5
 COPY . .
6 6
 
7
-RUN rm -rf .git \
8
-RUN yarn
7
+RUN rm -rf .git
8
+RUN yarn install
9 9
 RUN yarn build
10
+RUN yarn gatsby telemetry --disable
10 11
 
11 12
 EXPOSE 9000
12 13
 

Loading…
Cancel
Save