Skip to content

Commit

Permalink
docs: Remove odd test command artifact README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor authored Dec 6, 2023
1 parent f551784 commit 563f92b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,3 @@ To stop the containers, press `ctrl-c` or (in another terminal) run

## Production build
A production build should define its own `docker-compose.yaml`, making use of the `Dockerfile` of the `backend` and `frontend` environments. It should also define a custom .env file, with safe passwords for the SQL database and the Python backend. Instead of mounting the entire backend and frontend directory and using the development servers, the backend should serve with gunicorn, and the frontend should use a build script to compile static html, css and JavaScript.

# docker-compose --env-file .env-github-actions run client yarn test --watchAll=false

0 comments on commit 563f92b

Please sign in to comment.