We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4de2eb commit 0aca71cCopy full SHA for 0aca71c
.dockerignore
@@ -19,7 +19,6 @@ Makefile
19
README.md
20
__pycache__
21
doc
22
-docker-compose.yaml
23
govuk-frontend
24
node_modules
25
requirements.txt
Dockerfile
@@ -47,7 +47,7 @@ USER controlpanel
47
COPY controlpanel controlpanel
48
COPY docker docker
49
COPY tests tests
50
-COPY docker-compose.yaml docker-compose.yaml
+COPY docker-compose.yaml .
51
52
53
# fetch javascript dependencies in separate stage
0 commit comments