docker files updated
This commit is contained in:
parent
6fde538f8a
commit
878b33d899
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user