PartyJukebox/Server/Dockerfile

14 lines
No EOL
238 B
Docker

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