lots of stuff had been added
This commit is contained in:
parent
28420e86dd
commit
814900b72e
16 changed files with 257 additions and 0 deletions
6
installer/Dockerfile
Normal file
6
installer/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
RUN apk update && apk add bash curl
|
||||
workdir /app
|
||||
RUN curl -s https://i.jpillora.com/installer | bash
|
||||
EXPOSE 3003
|
||||
CMD /app/installer
|
||||
Loading…
Add table
Add a link
Reference in a new issue