Wrong CMD fixed

This commit is contained in:
XargonWan 2024-11-05 14:51:18 +09:00
parent 59612819a6
commit 38c5ba4fa9

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
# Set default command (optional, for testing purposes)
CMD [ "flatpak builder" ]
CMD [ "flatpak-builder" ]