Small enhancements

This commit is contained in:
Niek van der Maas
2023-03-20 14:08:40 +01:00
parent 787f780863
commit 096af3e766
4 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
FROM node:18
FROM node:18-alpine
ADD . /work
WORKDIR /work
RUN npm ci
CMD ["bash"]
CMD ["npm", "run", "dev:public"]