mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 12:31:49 -04:00
switch to s6v3, general cleanup, add/update workflows
This commit is contained in:
+2
-9
@@ -1,15 +1,8 @@
|
||||
FROM lsiobase/alpine:3.11 as buildstage
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# copy local files
|
||||
COPY root/ /root-layer/
|
||||
|
||||
# runtime stage
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="alexschomb"
|
||||
|
||||
# Add files from buildstage
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
|
||||
# volumes
|
||||
VOLUME /translations
|
||||
COPY root/ /
|
||||
|
||||
Reference in New Issue
Block a user