docker files added

This commit is contained in:
Manish 2022-06-30 23:57:42 +10:00
parent 9be0c4c29a
commit 65627c6b16
2 changed files with 12 additions and 0 deletions

9
docker-compose.yml Normal file
View 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
View File

@ -0,0 +1,3 @@
FROM nginx
COPY --chmod=755 ./ /usr/share/nginx/html