Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 252 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 252 Bytes

Kansalaisrajoite.fi

Mitä kieltäisimme seuraavaksi?

Dockerin käyttö

Devaus

$ ENV=dev make build
$ ENV=dev make up

Tuotanto

$ echo "SITE_SECRET=supersalainensalasana" > .env
$ ENV=prod make build
$ ENV=prod make up