Skip to content

Commit c0bd3fd

Browse files
authored
fix: remove .gitkeeps
1 parent 65c5b7c commit c0bd3fd

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lumina/Containerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ FROM ${BASE_REGISTRY}:${BASE_TAG} AS rootfs
99
ARG FEDORA_VERSION
1010
ARG BASE_IMAGE
1111

12-
RUN ls -la /
13-
1412
COPY files/_base /
15-
COPY files/_${BASE_IMAGE} /
13+
COPY files/_${BASE_IMAGE}* /
1614
COPY scripts/ /tmp/scripts/
1715

18-
RUN ls -la /
1916
RUN chmod +x /tmp/scripts/*.sh /tmp/scripts/*.sh /tmp/scripts/_${BASE_IMAGE}/*.sh && \
2017
/tmp/scripts/setup.sh && \
2118
/tmp/scripts/cleanup.sh

lumina/files/_cosmic/.gitkeep

Whitespace-only changes.

lumina/files/_kinoite/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)