make this code runable and solve error
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,8 @@ COPY --chown=pn frontend frontend
|
|
| 36 |
WORKDIR $HOME/app/frontend
|
| 37 |
RUN npm install
|
| 38 |
RUN npm run build
|
| 39 |
-
|
|
|
|
| 40 |
COPY --chown=pn dist/. /usr/share/nginx/html
|
| 41 |
# Switch back to app directory
|
| 42 |
USER pn
|
|
|
|
| 36 |
WORKDIR $HOME/app/frontend
|
| 37 |
RUN npm install
|
| 38 |
RUN npm run build
|
| 39 |
+
RUN ls
|
| 40 |
+
RUN pwd
|
| 41 |
COPY --chown=pn dist/. /usr/share/nginx/html
|
| 42 |
# Switch back to app directory
|
| 43 |
USER pn
|