From d5096dc3482bab84d301afbde716a5d8f127b537 Mon Sep 17 00:00:00 2001 From: Yatima Santamorena Date: Wed, 17 Feb 2021 16:42:12 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da2a2f1..6746701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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