feat: added content to dockerfile
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM debian
|
||||
|
||||
WORKDIR APPNAME
|
||||
|
||||
COPY entrypoint.sh .
|
||||
|
||||
CMD["./entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user