Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 23, 2024
1 parent c15eb1c commit 071acfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM plutolang/pluto
WORKDIR /
COPY . .
RUN python -m pip install -r requirements
CMD ["pluto", "run"]
EXPOSE 9443

0 comments on commit 071acfc

Please sign in to comment.