Skip to content

Commit

Permalink
Turns out GitHub actions ignores entrypoints for containers...
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Jan 5, 2024
1 parent 4ab6e21 commit d68d0d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions naev-macos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,4 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install clang cmake gettex
# Set WORKDIR when you spin up the image.
mkdir -p /tmp/naevBuild
WORKDIR /tmp/naevBuild

ENTRYPOINT [ "/usr/bin/macports-configure.sh" ]
CMD [ "/bin/bash" ]
CMD [ "/usr/bin/macports-configure.sh", "/bin/bash" ]

0 comments on commit d68d0d4

Please sign in to comment.