mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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:
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…
Reference in New Issue
Block a user