Move static files around + add Dockerfile + add docker-compose.yml
This commit is contained in:
parent
5405630490
commit
48730aa9af
17 changed files with 66 additions and 52 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
app:
|
||||
image: startpage
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
PORT: 8080
|
Loading…
Add table
Add a link
Reference in a new issue