Charan5775 commited on
Commit
4607ee1
·
verified ·
1 Parent(s): 484b255

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN chown -R node:node /app
12
 
13
  # Copy the rest of your app's source code
14
  USER node
15
- COPY --chown=node:node..
16
 
17
  # Expose the port the app runs on
18
  EXPOSE 5173
 
12
 
13
  # Copy the rest of your app's source code
14
  USER node
15
+ COPY --chown=node:node . .
16
 
17
  # Expose the port the app runs on
18
  EXPOSE 5173