aboutsummaryrefslogtreecommitdiffstats
path: root/service/container/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'service/container/Dockerfile')
-rw-r--r--service/container/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/container/Dockerfile b/service/container/Dockerfile
index a46fbb8..c932e66 100644
--- a/service/container/Dockerfile
+++ b/service/container/Dockerfile
@@ -5,8 +5,6 @@ RUN apt update && apt install -y --no-install-recommends socat build-essential
RUN addgroup --system service
RUN adduser --system --ingroup service --uid 1000 service
-RUN mkdir /data
-
COPY entrypoint.sh /
RUN chmod 755 /entrypoint.sh