KunalThakare279 commited on
Commit
084d0a1
·
verified ·
1 Parent(s): 4af3521

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ WORKDIR /app
13
 
14
  # Copy the source code into the container
15
  COPY . .
16
- COPY .env .
17
 
18
  # Change ownership of the application files
19
  RUN chown -R appuser:appgroup /app
 
13
 
14
  # Copy the source code into the container
15
  COPY . .
 
16
 
17
  # Change ownership of the application files
18
  RUN chown -R appuser:appgroup /app