Update sass

This commit is contained in:
Andros Fenollosa
2023-07-03 08:29:01 +00:00
parent 32708002d4
commit 24e016fdad
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ WORKDIR /usr/src/app
COPY package.json .
COPY gulpfile.js .
RUN npm install -g npm
RUN npm i --global gulp-cli
RUN npm i
RUN npm cache clean --force