feat: add configuration management and update deployment files
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
FROM scratch
|
||||
|
||||
COPY helloapp helloapp
|
||||
|
||||
CMD ["helloapp"]
|
||||
COPY helloapp /helloapp
|
||||
CMD ["/helloapp"]
|
||||
|
||||
Reference in New Issue
Block a user