Update Dockerfile

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

View File

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