Create a Dockerfile to facilitate deployment, testing and running for front end developers. A make build command should be added to the server Makefile to run this. The backend database is currently sqlite3, so at this stage no postgres container is necessary...
Create a Dockerfile to facilitate deployment, testing and running for front end developers. A
make buildcommand should be added to the server Makefile to run this. The backend database is currently sqlite3, so at this stage no postgres container is necessary...