now works without mounting the database and documents the port exposed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Finn Dane 2023-11-06 15:56:32 +01:00
parent a0ab59afbc
commit df5da0f82e
Signed by: Finn_Dane
SSH Key Fingerprint: SHA256:oStA/u8gviEgqATh8eBxIRhhzQVWuUQeL1zVlP7kYtw
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
FROM python:3.9.18
EXPOSE 5000/tcp
# Support not using an external database
RUN ["mkdir", "/data"]
WORKDIR /usr/src/app
COPY requirements.txt ./