This commit is contained in:
parent
ecbe3c2b5c
commit
eb7868e77e
3
Dockerfile.dev
Normal file
3
Dockerfile.dev
Normal file
@ -0,0 +1,3 @@
|
||||
FROM nginx:latest
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
12
compose.yml
Normal file
12
compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
container_name: simonis.lol
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
restart: none
|
||||
ports:
|
||||
- '8080:80'
|
||||
volumes:
|
||||
- './src:/usr/share/nginx/html'
|
||||
|
Loading…
x
Reference in New Issue
Block a user