Disable e2e and use alternate form of cmd.

This commit is contained in:
Dan Funk 2020-05-26 00:40:22 -04:00
parent f9ce8076ed
commit 3aae8bed38
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,4 @@ RUN ["./entrypoint.sh", \
"/etc/nginx/html"]
### STAGE 3: Profit! ###
CMD ["nginx", "-g", "daemon off;"]
CMD nginx -g daemon off

View File

@ -22,7 +22,7 @@
"e2e-wf:pb-setup": "docker exec -it pb pipenv run flask db upgrade",
"e2e-wf": "npm run e2e-wf:stop && npm run e2e-wf:clean && npm run e2e-wf:build && npm run e2e-wf:start && npm run e2e-wf:db-upgrade && npm run e2e-wf:db-setup && npm run e2e-wf:pb-setup",
"env": "chmod +x ./docker/substitute-env-variables.sh && ./docker/substitute-env-variables.sh src/index.html PRODUCTION,API_URL,IRB_URL,HOME_ROUTE,BASE_HREF,PORT0",
"ci": "npm run lint && npm run test:coverage && npm run env && npm run e2e:with-wf && sonar-scanner"
"ci": "npm run lint && npm run test:coverage && sonar-scanner"
},
"private": true,
"dependencies": {