diff --git a/backends/piston/docker-compose.yml b/backends/piston/docker-compose.yml index c3626c69..a52e49bd 100644 --- a/backends/piston/docker-compose.yml +++ b/backends/piston/docker-compose.yml @@ -4,12 +4,6 @@ services: container_name: piston restart: unless-stopped privileged: true - entrypoint: ["/bin/sh", "-lc"] - # todo: fix this https://github.com/engineer-man/piston/issues/741 - command: - - | - sed -i "s/app.use(body_parser.json());/app.use(body_parser.json({ limit: '50mb' }));/" /piston_api/src/index.js - exec /piston_api/src/docker-entrypoint.sh environment: - PISTON_RUN_TIMEOUT=50000 - PISTON_RUN_CPU_TIME=50000