deploying in docker
#1587
-
Which package is this bug report for? If unsure which one to select, leave blankNo response Issue descriptionDockerfile: FROM apify/actor-node-playwright-chrome:16 Code sampleNo response Package versionNode.js version16 Operating systemLinux Apify platform
Priority this issue should haveMedium (should be fixed soon) I have tested this on the
|
Beta Was this translation helpful? Give feedback.
Answered by
B4nan
Oct 11, 2022
Replies: 1 comment 1 reply
-
Please be more verbose if you want help, e.g. can you share a run link if its from apify platform? Otherwise at least provide your full dockerfile. The image indeed supports XVFB, but you need to specify the CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod --silent (adjust the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
i-CNNN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please be more verbose if you want help, e.g. can you share a run link if its from apify platform? Otherwise at least provide your full dockerfile.
The image indeed supports XVFB, but you need to specify the
CMD
this way:CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod --silent
(adjust the
npm run start
based on your actual project)