Update Dockerfile
Browse files- 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 |
-
|
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
|