Update Dockerfile to remove unnecessary directory creation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 23:34:21 +02:00
parent 0b9e8be471
commit 805745cf0e

View File

@@ -8,8 +8,6 @@ RUN npm install
COPY . .
RUN mkdir -p /app/cdn-app-insider/data/
EXPOSE 5053
CMD [ "npm", "start" ]