fix: Remove volume mount
All checks were successful
Build Docker / Build Image (push) Successful in 29s

This commit is contained in:
Nathan Woodburn 2023-11-03 12:11:49 +11:00
parent dcbe034d2f
commit 6efcb43d23
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /app
# Add mount point for data volume
VOLUME /data
# VOLUME /data
ENTRYPOINT ["python3"]
CMD ["main.py"]