removed Dockerfile

This commit is contained in:
uan
2025-08-05 21:28:07 +02:00
parent 64d4b9b0ee
commit bda9b75dac

View File

@@ -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" ]