mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-24 00:26:17 +00:00
Add base template and unuasble style
This commit is contained in:
parent
8bf194f936
commit
0af071992b
10 changed files with 94 additions and 53 deletions
|
@ -10,7 +10,7 @@ COPY requirements.txt requirements.txt
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir /storage
|
||||
COPY ./highscore .
|
||||
COPY ./server .
|
||||
RUN chmod +x ./run.sh
|
||||
|
||||
CMD ["./run.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue