bcgov / epr

Emergency Personnel Reporting
Apache License 2.0
1 stars 0 forks source link

Basic React project with TypeScript #17

Closed Kyubinhan closed 4 years ago

Kyubinhan commented 4 years ago

To run this app with Docker

Run: docker build -t epr-web . docker run -v ${PWD}:/app:delegated -p 3000:3000 --rm epr-web:latest

Will need to introduce docker-compose later to run the entire stacks