Skip to content

Commit

Permalink
- volume permissions thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Arendt committed Sep 11, 2023
1 parent 8e12854 commit b291638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.9.18-bullseye
WORKDIR /app
VOLUME [ "/data" ]
WORKDIR /data
COPY . .
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python3", "./tubular.py"]
Expand Down

0 comments on commit b291638

Please sign in to comment.