Skip to content

Commit 0aca71c

Browse files
committed
Fix adding docker-compose.yaml
1 parent a4de2eb commit 0aca71c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Makefile
1919
README.md
2020
__pycache__
2121
doc
22-
docker-compose.yaml
2322
govuk-frontend
2423
node_modules
2524
requirements.txt

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ USER controlpanel
4747
COPY controlpanel controlpanel
4848
COPY docker docker
4949
COPY tests tests
50-
COPY docker-compose.yaml docker-compose.yaml
50+
COPY docker-compose.yaml .
5151

5252

5353
# fetch javascript dependencies in separate stage

0 commit comments

Comments
 (0)