Skip to content

Commit 70f1c94

Browse files
save
1 parent 3682f49 commit 70f1c94

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ RUN \
125125
/app \
126126
/config \
127127
/defaults \
128+
/lsiopy \
128129
/workspace && \
129130
echo "**** cleanup ****" && \
130131
apt-get autoremove && \
@@ -135,6 +136,7 @@ RUN \
135136
/var/tmp/* \
136137
/var/log/*
137138

139+
# add local files
138140
COPY root/ /
139141

140142
ENTRYPOINT ["/init"]

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
platforms:
1111
- linux/amd64
1212
args:
13+
- BUILD_DATE=${BUILD_DATE:-2025-01-21T00:00:00Z}
1314
- VERSION=${VERSION:-jammy-22.04}
1415
- S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-3.1.6.2}
1516
- S6_OVERLAY_ARCH=${S6_OVERLAY_ARCH:-x86_64}

0 commit comments

Comments
 (0)