initial commit

This commit is contained in:
2026-06-30 20:45:25 +02:00
commit 2346cf156b
23 changed files with 758 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM 525595969507.dkr.ecr.eu-central-1.amazonaws.com/qwan/csharp:latest
COPY --chown=experience:experience ./ vendingmachine
RUN cd vendingmachine &&\
git init . && git add . && git commit -am "initial commit" &&\
git remote add qwan /git/qwan/vendingmachine
USER experience