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