Dockerfile: missing operator

This commit is contained in:
Philip H 2024-04-18 17:09:18 +02:00
parent 6e7f2f730e
commit e6db5e8b7f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN npm ci --omit=dev &&\
# Enable this to run `npm run serve`
npm i -g nodemon &&\
# Delete unnecessary files
npm cache clean --force && rm -rf ~/.npm
npm cache clean --force && rm -rf ~/.npm &&\
mv node_modules /node_modules
# Copy build result to a new image.