Test gitea actions
Some checks failed
build

This commit is contained in:
2023-03-28 09:05:20 +02:00
parent 459771c806
commit 862c5a9b58
3 changed files with 7 additions and 6 deletions

View File

@@ -17,5 +17,6 @@ COPY . /srv/flask_app
# Change file permissions
RUN chmod +x ./deploy/start.sh
# Run the app
CMD ["./deploy/start.sh"]