Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d68d0d4

Browse files
Turns out GitHub actions ignores entrypoints for containers...
1 parent 4ab6e21 commit d68d0d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

naev-macos/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,4 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install clang cmake gettex
110110
# Set WORKDIR when you spin up the image.
111111
mkdir -p /tmp/naevBuild
112112
WORKDIR /tmp/naevBuild
113-
114-
ENTRYPOINT [ "/usr/bin/macports-configure.sh" ]
115-
CMD [ "/bin/bash" ]
113+
CMD [ "/usr/bin/macports-configure.sh", "/bin/bash" ]

0 commit comments

Comments
 (0)