🐳 Explicitly installing sass

This commit is contained in:
2024-05-17 10:36:41 -04:00
parent 217df2f899
commit 2c66e2f6af

View File

@@ -12,7 +12,8 @@ RUN apk --no-cache add g++ make libpng-dev git python3 autoconf automake libjpeg
# Install node modules
RUN yarn install --ignore-engines
# Explicitly install sass
RUN yarn add -D sass
# Copy the rest of the application
COPY . .