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

make this code runable and solve error

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ WORKDIR $HOME/app/frontend
37
  RUN npm install
38
  RUN npm run build
39
 
40
- COPY --chown=pn /frontend/dist/. /usr/share/nginx/html
41
  # Switch back to app directory
42
  USER pn
43
  WORKDIR $HOME/app
 
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
43
  WORKDIR $HOME/app