lucy1118 commited on
Commit
273c6d2
·
verified ·
1 Parent(s): 674c2e3

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ From ghcr.io/gordonchanfz/storytelling:latest
2
+ WORKDIR /app
3
+ EXPOSE 7860
4
+ CMD python3 src/server.py