diff --git a/Dockerfile b/Dockerfile index be3e7e6..8ef42b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ COPY . /app RUN cd /app && npm install RUN adduser runner USER runner -EXPOSE 3000 \ No newline at end of file +EXPOSE 3000 +ENTRYPOINT ["bash", "-c", "cd /app && npm start -- --host $HOST --repo $REPO --auth $AUTH"] \ No newline at end of file