docker files updated

This commit is contained in:
Manish 2022-06-30 11:59:10 +10:00
parent 6fde538f8a
commit 878b33d899
2 changed files with 9 additions and 1 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: "2"
services:
random-quote-machine:
build: .
image: radii/random-quote-machine:latest
ports:
- "127.0.0.1:4726:80"
restart: always

View File

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