From e573892cd71924163cbea47935d097a8f872ee61 Mon Sep 17 00:00:00 2001 From: Dinawo Date: Fri, 29 Mar 2024 09:19:54 +0100 Subject: [PATCH] Remove unnecessary commands and files in Dockerfile --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04c6b25..9f0a578 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,14 +8,6 @@ RUN npm install COPY . . -RUN mkdir -p cdn-files - -RUN mkdir -p report - -RUN [ ! -f setup.json ] && echo '{}' > setup.json || true - -RUN [ ! -f user.json ] && echo '{}' > user.json || true - EXPOSE 5053 CMD [ "npm", "start" ] \ No newline at end of file