Azeez98 commited on
Commit
874ad24
·
verified ·
1 Parent(s): e8ee455

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ FROM docker:20.10-dind
8
  WORKDIR /app
9
 
10
  # Optionally, copy any additional files or scripts required for your DinD environment
11
- # COPY /app/Dockerfile /app/Dockerfile
12
 
13
  # Expose the Docker daemon port (optional, only if you need to expose it)
14
  # EXPOSE 2375
 
8
  WORKDIR /app
9
 
10
  # Optionally, copy any additional files or scripts required for your DinD environment
11
+ COPY /app/ /app/
12
 
13
  # Expose the Docker daemon port (optional, only if you need to expose it)
14
  # EXPOSE 2375