Skip to content

Commit

Permalink
loadapp instead of include
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Feb 4, 2024
1 parent 1706d3c commit 40f3ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ENV GENIE_HOST "0.0.0.0"
ENV PORT "8000"
ENV WSPORT "8000"
# run app
ENTRYPOINT ["julia", "--project", "-e", "using GenieFramework; include(\"app.jl\"); up(async=false);"]
ENTRYPOINT ["julia", "--project", "-e", "using GenieFramework; Genie.loadapp(); up(async=false);"]
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "SeriesForecast"
imgname = "forecast"
version = "0.0.1"
version = "0.0.2"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 40f3ee0

Please sign in to comment.