Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit f2009b2

Browse files
committed
split out usr into prebuilds, keep root copy at bottom of dockerfile
1 parent d380182 commit f2009b2

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
99
# Environment settings
1010
ENV HOME="/config"
1111

12+
# copy prebuilds
13+
COPY prebuilds/ /
14+
1215
# install build dependencies
1316
RUN \
1417
apk add --no-cache --virtual=build-dependencies \
@@ -73,5 +76,4 @@ COPY root/ /
7376

7477
# ports and volumes
7578
EXPOSE 8080 6144 1443
76-
7779
VOLUME /config
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)