1
0
mirror of https://github.com/XFox111/backbone.git synced 2026-04-22 07:17:59 +03:00

chore(dev): ci workflow update + minor changes

This commit is contained in:
2025-09-03 08:20:38 +00:00
parent 6984c63028
commit 5fe5aaf33b
4 changed files with 58 additions and 32 deletions
+2 -1
View File
@@ -17,4 +17,5 @@ COPY --from=build /out/Backbone .
COPY --from=build /out/appsettings*.json .
EXPOSE 80
ENTRYPOINT [ "./Backbone", "--urls", "http://*:80" ]
ENTRYPOINT [ "./Backbone" ]
CMD [ "--urls", "http://*:80" ]