this repository hold the entry technical test for SIDE.
docker build -t side:1 ./
docker run -i -t -p8888:80 -v $PWD/side.db:/code/side.db side:1
This will allow you to open the sqlite3 database on your host to inspect the content if necessary.
this repository hold the entry technical test for SIDE.
docker build -t side:1 ./
docker run -i -t -p8888:80 -v $PWD/side.db:/code/side.db side:1
This will allow you to open the sqlite3 database on your host to inspect the content if necessary.