diff --git a/Dockerfile b/Dockerfile index 2f208c3..5b5fb9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,9 +50,12 @@ LABEL org.label-schema.schema-version="1.0" COPY --from=build /build/build/src/bin/lwan/lwan /bin/lwan COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt -# copy default caddyfile +# copy default configuration COPY lwan.conf /etc/lwan.conf +# make a temp folder +RUN mkdir -p /tmp + # serve from /srv WORKDIR /srv EXPOSE 8080