mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-18 22:43:12 +00:00
Save database data
This commit is contained in:
parent
76d8e6ad27
commit
dbd6a81c78
5 changed files with 23 additions and 10 deletions
|
@ -8,8 +8,7 @@ WORKDIR /data
|
|||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir /highscore
|
||||
COPY /highscore /highscore
|
||||
WORKDIR /highscore
|
||||
RUN mkdir /storage
|
||||
COPY /highscore/ .
|
||||
|
||||
CMD ["gunicorn", "--bind", "highscore:8080", "server:app"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue