mirror of
https://github.com/shlldev/miniws.git
synced 2025-09-02 19:00:59 +02:00
removed Dockerfile
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
FROM fedora:43
|
||||
SHELL [ "/bin/bash", "-c" ]
|
||||
COPY build/miniws /bin/miniws
|
||||
RUN mkdir -p "/data/{logs,config}"
|
||||
RUN ls "/data"
|
||||
EXPOSE 8040/tcp
|
||||
ENTRYPOINT [ "/bin/miniws", "--port", "8040", "--logs-folder", "/data/logs", \
|
||||
"--config-folder", "/data/config" ]
|
Reference in New Issue
Block a user