now works without mounting the database and documents the port exposed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a0ab59afbc
commit
df5da0f82e
@ -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 ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user