diff --git a/Dockerfile b/Dockerfile index 23ccecb..01d6b5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ RUN apt-get update && apt-get install -y nodejs RUN mkdir -p /app COPY . /app RUN pip install /app +WORKDIR /app CMD ["calrissian"]