Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed May 28, 2024
1 parent d12ea34 commit 9084128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dk_geojson/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ./generate_dk_geojson.py /

ENV DB_URL "postgresql://postgres:postgres@db/postgres"

CMD ["python3", "/generate_dk_geojson.py", "/noc"]
CMD ["poetry", "run", "python3", "/generate_dk_geojson.py", "/noc"]

0 comments on commit 9084128

Please sign in to comment.