Moved from CMD to ENTRYPOINT

This commit is contained in:
XargonWan 2024-11-05 14:58:03 +09:00
parent 38c5ba4fa9
commit 8fa1a5b7e8

View file

@ -17,4 +17,4 @@ RUN flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/f
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
# Set default command (optional, for testing purposes) # Set default command (optional, for testing purposes)
CMD [ "flatpak-builder" ] ENTRYPOINT [ "flatpak-builder" ]