aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-19 00:02:15 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-19 00:10:41 +0100
commit8135eee5524206e497f22a1be753a927407ee706 (patch)
treead9f2aad5cda66e7cc36f8e219f4a929c66510f4 /Dockerfile
parentRemove redundant build commands for Pipfile (diff)
Fix Dockerfile paths & revert error in Dockerfile
I've fixed paths still pointing to the old Dockerfile location. I've also reverted an error that somehow got committed to the Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ed199a0..ea05c5c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -59,5 +59,5 @@ FROM venv
ENTRYPOINT ["gunicorn"]
CMD ["-c", "config/gunicorn.conf.py", "snekbox.api.app"]
-COPY docker /snekbox
+COPY . /snekbox
WORKDIR /snekbox