Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
`docker-compose up -d` fails because "/docker/requirements.txt" doesn't exist inside the image.
This small fix addressed the issue for me.

Keep up the awesome work on freeciv-web :)
  • Loading branch information
ricardoamaro authored Jul 26, 2019
1 parent 93abf47 commit 89eab28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ COPY freeciv-web /docker/freeciv-web
COPY pbem /docker/pbem
COPY publite2 /docker/publite2
COPY LICENSE.txt /docker/LICENSE.txt
COPY requirements.txt /docker/requirements.txt

COPY scripts /docker/scripts
COPY tests /docker/tests
Expand Down

0 comments on commit 89eab28

Please sign in to comment.