mirror of
https://github.com/casjaysdevdocker/cherokee
synced 2025-01-18 00:34:29 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
e187c826ee
commit
f1c5928920
@ -13,7 +13,7 @@ RUN apk -U upgrade && \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
linux-headers \
|
||||
python2 \
|
||||
python \
|
||||
rrdtool
|
||||
|
||||
RUN git clone https://github.com/cherokee/webserver.git . && \
|
||||
@ -32,7 +32,7 @@ RUN git clone https://github.com/cherokee/webserver.git . && \
|
||||
openssl
|
||||
|
||||
FROM casjaysdev/php:latest
|
||||
ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')"
|
||||
ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')"
|
||||
|
||||
LABEL \
|
||||
org.label-schema.name="cherokee" \
|
||||
@ -46,7 +46,7 @@ LABEL \
|
||||
org.label-schema.vcs-type="Git" \
|
||||
org.label-schema.schema-version="1.0" \
|
||||
org.label-schema.vendor="CasjaysDev" \
|
||||
maintainer="CasjaysDev <docker-admin@casjaysdev.com>"
|
||||
maintainer="CasjaysDev <docker-admin@casjaysdev.com>"
|
||||
|
||||
COPY --from=build /usr/local/share/cherokee/. /usr/local/share/cherokee/
|
||||
COPY ./config/. /config/
|
||||
|
Loading…
x
Reference in New Issue
Block a user