Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
126306f
1
Parent(s):
aeb3abd
..
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,7 +48,7 @@ RUN ffmpeg -version
|
|
48 |
# Copy the current directory contents into the container at /app setting the owner to the user
|
49 |
COPY --chown=user . /app
|
50 |
|
51 |
-
RUN npm ci
|
52 |
|
53 |
RUN npm run build
|
54 |
|
|
|
48 |
# Copy the current directory contents into the container at /app setting the owner to the user
|
49 |
COPY --chown=user . /app
|
50 |
|
51 |
+
RUN npm ci --force
|
52 |
|
53 |
RUN npm run build
|
54 |
|