-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐳 Add dockerfile for development and instructions to use it #6041
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks! Even if it didn't work out for prod...
README.md
Outdated
After the image has been successfully built start a container with the following command: | ||
|
||
```sh | ||
docker run -v "$(pwd)"/pages/content:/amp-dev/pages/content --publish 8080:8080 -t amp.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we turn these into a script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL 🙂
Co-authored-by: Sebastian Benz <sebastian.benz@gmail.com>
As described.
This also updates dependencies and installs them with
npm install --no-optional
this makes surefsevents
is not tried to be installed in non-Darwin environments and also fixes the failing renovate-bot PRs.