Updating dockerfile
This commit is contained in:
parent
afa9e79862
commit
46bc6b765e
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:latest
|
FROM nginx: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
|
||||||
|
EXPOSE 80
|
||||||
Loading…
Reference in New Issue
Block a user