Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 353 Bytes

File metadata and controls

17 lines (9 loc) · 353 Bytes

secure-coding-labs

this repository will contain all labs for secure coding practices

How to run the apps

git clone https://github.com/0c34/secure-coding-labs.git

cd secure-coding-labs/node-js

docker compose up --build

you can edit the script directly without restarting the containers

how to stop the container

docker compose down