Updating dockerfile
This commit is contained in:
parent
16b6065b0c
commit
afa9e79862
|
|
@ -1,3 +1,4 @@
|
||||||
FROM nginx:latest-alpine
|
FROM alpine:latest
|
||||||
|
RUN apk add --no-cache nginx
|
||||||
COPY /source /usr/share/nginx/html
|
COPY /source /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
Loading…
Reference in New Issue
Block a user