Skip to content
Snippets Groups Projects
Commit 542222b9 authored by jojomi's avatar jojomi
Browse files

Upgrade to latest alpine image

Also the image now is an official core image.
parent f5f6841d
No related branches found
No related tags found
No related merge requests found
FROM gliderlabs/alpine:3.1
FROM alpine:latest
MAINTAINER Johannes Mitlmeier <dev.jojomi@yahoo.com>
RUN apk add --update \
......@@ -11,4 +11,4 @@ RUN adduser www-data -G www-data -H -s /bin/false -D
EXPOSE 80
VOLUME /var/www
ENTRYPOINT ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
\ No newline at end of file
ENTRYPOINT ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment