Skip to content

Commit

Permalink
update configs to include changes to validate-magento-pwa-queries script
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkySharks committed Mar 19, 2019
1 parent 77e3b4d commit 47389e9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 115 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY packages/pwa-buildpack/package.json ./packages/pwa-buildpack/package.json
COPY packages/upward-js/package.json ./packages/upward-js/package.json
COPY packages/upward-spec/package.json ./packages/upward-spec/package.json
COPY packages/venia-concept/package.json ./packages/venia-concept/package.json
COPY package.json yarn.lock babel.config.js browserslist.js ./
COPY package.json yarn.lock babel.config.js browserslist.js magento-compatibility.js ./

# install dependencies with yarn
RUN yarn install
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PWA_STUDIO_PUBLIC_PATH=pwa-docker.localhost
PWA_STUDIO_PORTS_DEVELOPMENT=8080
ENABLE_SERVICE_WORKER_DEBUGGING=0
PWA_STUDIO_HOT_RELOAD_WITH_POLLING=0
MAGENTO_BACKEND_URL=https://release-dev-rxvv2iq-zddsyhrdimyra.us-4.magentosite.cloud/
MAGENTO_BACKEND_URL=https://release-dev-231-npzdaky-zddsyhrdimyra.us-4.magentosite.cloud/
MAGENTO_BUILDPACK_PROVIDE_SECURE_HOST=0
UPWARD_JS_UPWARD_PATH=venia-upward.yml
UPWARD_JS_BIND_LOCAL=1
Expand Down
86 changes: 0 additions & 86 deletions docker/certs/pwa-docker.localhost.crt

This file was deleted.

27 changes: 0 additions & 27 deletions docker/certs/pwa-docker.localhost.key

This file was deleted.

0 comments on commit 47389e9

Please sign in to comment.