diff --git a/Dockerfile b/Dockerfile index a1f479c..3c6bf67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM plutolang/pluto WORKDIR / COPY . . +RUN python -m pip install -r requirements +CMD ["pluto", "run"] EXPOSE 9443