jpbrasile commited on
Commit
f880067
1 Parent(s): d079215

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ ENV GENIE_HOST "0.0.0.0"
15
  ENV PORT "8000"
16
  ENV WSPORT "8000"
17
 
18
- RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.add("Stipple"); Pkg.precompile()'
19
 
20
  ENTRYPOINT julia --project -e 'using Pkg; Pkg.instantiate(); using Genie; Genie.loadapp(); up(async=false);;'
 
15
  ENV PORT "8000"
16
  ENV WSPORT "8000"
17
 
18
+ RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.add("Stipple"); Pkg.add("Genie");Pkg.precompile()'
19
 
20
  ENTRYPOINT julia --project -e 'using Pkg; Pkg.instantiate(); using Genie; Genie.loadapp(); up(async=false);;'