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