hamza82 commited on
Commit
26b1ba0
·
1 Parent(s): ae188b4

make this code runable and solve error

Browse files
Files changed (1) hide show
  1. 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