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.
jordigh/native-arm64
Jordi Gutiérrez Hermoso 3 months ago committed by jordigh
parent 1a64910be3
commit 91e0a62e91

@ -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

Loading…
Cancel
Save