-
Notifications
You must be signed in to change notification settings - Fork 686
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
Dockerfile #682
Dockerfile #682
Conversation
This pull request is automatically deployed with Now. |
Generated by 🚫 dangerJS |
c5d3578
to
a258335
Compare
a258335
to
cb437c4
Compare
MAGENTO_BACKEND_URL="https://release-dev-rxvv2iq-zddsyhrdimyra.us-4.magentosite.cloud/" | ||
MAGENTO_BUILDPACK_PROVIDE_SECURE_HOST=0 | ||
PWA_STUDIO_PORTS_DEVELOPMENT=8080 | ||
ENABLE_SERVICE_WORKER_DEBUGGING=1 |
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.
how do we get service workers running on secure hosting from a docker container.
work is in progress and will be updated here soon. tracking this under #734 |
adding hold label until I update work here with https support |
This PR is a:
Summary
When this pull request is merged, it will allow users to run PWA inside of a docker container. Users will also have the ability to mount their filesystem to the container and webpack hot reloading will continue to work with both changes on the host system as well as in the container.