moahmedwafy commited on
Commit
474cb46
·
1 Parent(s): 740844f

update: config

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY --chown=user package*.json ./
13
  RUN npm install
14
 
15
  # Copy the entire application code to the working directory
16
- COPY --chown . .
17
 
18
  # Build the TypeScript code
19
  #RUN npm run build
 
13
  RUN npm install
14
 
15
  # Copy the entire application code to the working directory
16
+ COPY --chown=user . .
17
 
18
  # Build the TypeScript code
19
  #RUN npm run build