GiggleLiu commited on
Commit
00c50b6
·
1 Parent(s): fb306b1
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,4 +9,5 @@ WORKDIR /app
9
  RUN julia --project=/app -e "using Pkg; Pkg.instantiate()"
10
 
11
  EXPOSE 7860
12
- ENTRYPOINT ["julia", "--project=/app", "-e", "import Jugsaw; include(\"app.jl\"); Jugsaw.Server.serve(Jugsaw.APP, port=7860);"]
 
 
9
  RUN julia --project=/app -e "using Pkg; Pkg.instantiate()"
10
 
11
  EXPOSE 7860
12
+ ENTRYPOINT ["ls"]
13
+ #ENTRYPOINT ["julia", "--project=/app", "-e", "import Jugsaw; include(\"app.jl\"); Jugsaw.Server.serve(Jugsaw.APP, port=7860);"]