Skip to content

Commit

Permalink
Dockerfile: use docker-runner.mjs as new entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordigh committed Jun 19, 2024
1 parent 20035fd commit 1a64910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ADD bower_components /grist/bower_components
ADD sandbox /grist/sandbox
ADD plugins /grist/plugins
ADD static /grist/static
ADD docker-runner.mjs /grist/docker-runner.mjs

# Make optional pyodide sandbox available
COPY --from=builder /grist/sandbox/pyodide /grist/sandbox/pyodide
Expand Down Expand Up @@ -152,4 +153,4 @@ ENV \
EXPOSE 8484

ENTRYPOINT ["/usr/bin/tini", "-s", "--"]
CMD ["./sandbox/run.sh"]
CMD ["node", "./sandbox/supervisor.mjs"]

0 comments on commit 1a64910

Please sign in to comment.