Update Dockerfile

This commit is contained in:
Yatima Santamorena 2021-02-17 16:34:08 +01:00 committed by GitHub
parent 8662f512ef
commit c65af19b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,9 @@ ENV SALT="changethis"
RUN apt update RUN apt update
RUN apt-get install -y make python3 python3-twisted python3-pyside RUN apt-get install -y make python3 python3-twisted python3-pyside
RUN make install
COPY . /syncplay
RUN cd syncplay && make install .
EXPOSE $PORT EXPOSE $PORT