docker files added
This commit is contained in:
parent
9be0c4c29a
commit
65627c6b16
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
markdown-previewer:
|
||||
build: .
|
||||
image: radii/markdown-previewer:latest
|
||||
ports:
|
||||
- "127.0.0.1:8081:80"
|
||||
restart: always
|
3
dockerfile
Normal file
3
dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM nginx
|
||||
|
||||
COPY --chmod=755 ./ /usr/share/nginx/html
|
Loading…
Reference in New Issue
Block a user