Spaces:
Paused
Paused
Commit
β’
a571e1e
1
Parent(s):
43dd1ac
build mode
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ COPY --chown=user package*.json $HOME/app
|
|
27 |
|
28 |
RUN npm install
|
29 |
|
30 |
-
RUN npm build
|
31 |
|
32 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
33 |
COPY --chown=user . $HOME/app
|
|
|
27 |
|
28 |
RUN npm install
|
29 |
|
30 |
+
RUN npm run build
|
31 |
|
32 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
33 |
COPY --chown=user . $HOME/app
|