mirror of
https://github.com/RetroDECK/retrodeck-builder.git
synced 2024-11-21 13:45:38 +00:00
Moved from CMD to ENTRYPOINT
This commit is contained in:
parent
38c5ba4fa9
commit
8fa1a5b7e8
|
@ -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" ]
|
Loading…
Reference in a new issue