final checks and fixes for launch
This commit is contained in:
12
sass/Dockerfile
Normal file
12
sass/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# Use an official Node.js image as a base
|
||||
FROM node:16-slim
|
||||
|
||||
# Install Sass globally
|
||||
RUN npm install -g sass \
|
||||
&& npm cache clean --force
|
||||
|
||||
# Set working directory inside container
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Set entrypoint to Sass CLI
|
||||
ENTRYPOINT ["sass"]
|
||||
Reference in New Issue
Block a user