Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ USER user
|
|
8 |
|
9 |
|
10 |
COPY ./requirements.txt requirements.txt
|
|
|
11 |
|
12 |
|
13 |
|
@@ -54,7 +55,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|
54 |
|
55 |
|
56 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
57 |
-
COPY package.json ./
|
58 |
|
59 |
RUN npm run build -- --no-cache
|
60 |
|
|
|
8 |
|
9 |
|
10 |
COPY ./requirements.txt requirements.txt
|
11 |
+
COPY ./package.json package.json
|
12 |
|
13 |
|
14 |
|
|
|
55 |
|
56 |
|
57 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
|
|
58 |
|
59 |
RUN npm run build -- --no-cache
|
60 |
|