initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user