Skip to content

Commit 74d3fcc

Browse files
Merge pull request #41 from scandipwa/new-frontend
Added entry-points to all new front-end container interface
2 parents 66675d3 + 206c578 commit 74d3fcc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
- NODEJS_VERSION=${NODEJS_VERSION}
1515
volumes:
1616
- ./src/localmodules/base-theme:/var/www/public
17+
command: ["npm", "run", "dev-server-core"]
1718
working_dir: "/var/www/public"
1819
env_file: .env
1920
command: ["/bin/bash", "/start-core.sh"]

docker-compose.frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
volumes:
1616
- ./src/app/design/frontend/Scandiweb/pwa:/var/www/public/app/design/frontend/Scandiweb/pwa
1717
- ./src/vendor/scandipwa/source:/var/www/public/vendor/scandipwa/source
18+
command: ["npm", "run", "pm2-watch"]
1819
working_dir: "/var/www/public/app/design/frontend/Scandiweb/pwa/"
1920
env_file: .env
2021
expose:

0 commit comments

Comments
 (0)