moahmedwafy commited on
Commit
740844f
·
1 Parent(s): 8fd11af

update: config

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -15,9 +15,6 @@ RUN npm install
15
  # Copy the entire application code to the working directory
16
  COPY --chown . .
17
 
18
- # remove .env file if it exists
19
- RUN rm -f -- .env
20
-
21
  # Build the TypeScript code
22
  #RUN npm run build
23
 
 
15
  # Copy the entire application code to the working directory
16
  COPY --chown . .
17
 
 
 
 
18
  # Build the TypeScript code
19
  #RUN npm run build
20