Start of docker stuff
This commit is contained in:
parent
9c35196867
commit
a78b15aab7
7 changed files with 58 additions and 9 deletions
14
Server/Dockerfile
Normal file
14
Server/Dockerfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
FROM python:3.13
|
||||
workdir /app2
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get upgrade
|
||||
#RUN apt-get install vlc -y
|
||||
#RUN pip install -r requirements.txt
|
||||
|
||||
# RUN python3 databaseGenerator.py -m new -d /sound
|
||||
|
||||
#CMD ["python3","webbyBits.py"]
|
||||
RUN ls
|
||||
Loading…
Add table
Add a link
Reference in a new issue