Made the website into a docker container
This commit is contained in:
parent
318ae4e4ba
commit
b37629d5ea
8 changed files with 35 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
# image: pixelated:testing
|
||||
container_name: pixelated-web
|
||||
ports:
|
||||
- '80:80'
|
Loading…
Add table
Add a link
Reference in a new issue