docker files updated
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user