Teamj commited on
Commit
d46e7bb
·
verified ·
1 Parent(s): b05986a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,6 +59,6 @@ RUN make publish
59
  WORKDIR /app
60
  RUN rm -rf reascripts
61
 
62
- ENTRYPOINT ["python3", "app/run.py"]
63
 
64
  EXPOSE 9000
 
59
  WORKDIR /app
60
  RUN rm -rf reascripts
61
 
62
+ ENTRYPOINT ["python3", "app/run.py", "--build-reascripts"]
63
 
64
  EXPOSE 9000