fix flutter not found error

This commit is contained in:
김동한 2023-03-06 17:43:33 +09:00
parent 427bad7016
commit 252f0d34be
2 changed files with 6 additions and 0 deletions

View file

@ -15,3 +15,6 @@ RUN chmod +x /entrypoint.sh
COPY cleanup.sh /cleanup.sh
RUN chmod +x /cleanup.sh
ENTRYPOINT ["/entrypoint.sh"]
COPY flutter /bin/flutter
RUN chmod +x /bin/flutter

3
flutter Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exit 0