We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e57d1 commit 1cd9e6fCopy full SHA for 1cd9e6f
1 file changed
Dockerfile.lambda
@@ -29,7 +29,6 @@ ADD . /var/task
29
30
RUN rm -rf node_modules && \
31
npm install jpegoptim-bin --unsafe-perm=true --allow-root && \
32
- NODE_ENV=development && npm install --only=prod && \
33
- sed -i 's@"--disable-dev-shm-usage"@"--disable-dev-shm-usage", "--no-sandbox", "--no-zygote", "--disable-gpu", "--single-process"@' node_modules/phantomas/lib/browser.js
+ NODE_ENV=development && npm install --only=prod
34
35
CMD [ "lambda.runner" ]
0 commit comments