Initial import 🐳
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
# Syntax=docker/dockerfile:1
|
||||
FROM alpine:3.12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache npm \
|
||||
&& npm install --global sass
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
ENTRYPOINT ["npx", "sass"]
|
Reference in New Issue
Block a user