Start of docker stuff

This commit is contained in:
Kristy Fournier 2025-07-06 18:58:37 -04:00
parent 9c35196867
commit a78b15aab7
7 changed files with 58 additions and 9 deletions

14
Server/Dockerfile Normal file
View 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