docker files updated

master
Manish 2 years ago
parent 6fde538f8a
commit a9fa5b46e1

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

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

Loading…
Cancel
Save