pyppek / motherducker

SecurityLab project
MIT License
0 stars 0 forks source link

Motherducker

Security Lab security engineering project - Team Aave

Instructions

Prerequisites

Setup

Run in your project folder (contains Dockerfile, docker-compose.yml) to start containers:

docker-compose up

You should be able to develop 'live' with the container running.

You have to re-build the image if you add requirements.

docker-compose build