Dockerfile: remove mention of docker-runner.mjs

When rewriting 1a64910be3, I
accidentally left a stray reference to docker-runner.mjs in there.
Since this file doesn't exist anymore, this prevents Docker builds
from happening.
This commit is contained in:
Jordi Gutiérrez Hermoso 2024-06-19 16:42:48 -04:00 committed by jordigh
parent 1a64910be3
commit 91e0a62e91

View File

@ -113,7 +113,6 @@ ADD bower_components /grist/bower_components
ADD sandbox /grist/sandbox ADD sandbox /grist/sandbox
ADD plugins /grist/plugins ADD plugins /grist/plugins
ADD static /grist/static ADD static /grist/static
ADD docker-runner.mjs /grist/docker-runner.mjs
# Make optional pyodide sandbox available # Make optional pyodide sandbox available
COPY --from=builder /grist/sandbox/pyodide /grist/sandbox/pyodide COPY --from=builder /grist/sandbox/pyodide /grist/sandbox/pyodide