Add new directory for CDN app insider data in Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 17:23:51 +02:00
parent e097bd3222
commit 4f4a1af599

View File

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