mirror of
https://github.com/hugomods/docker.git
synced 2025-04-26 21:22:39 +03:00
14 lines
212 B
Text
14 lines
212 B
Text
# syntax = devthefuture/dockerfile-x
|
|
INCLUDE ./Dockerfile-builder
|
|
|
|
FROM node:alpine AS node
|
|
|
|
FROM alpine
|
|
|
|
INCLUDE ./snippets/node
|
|
|
|
INCLUDE ./snippets/dart-sass
|
|
|
|
INCLUDE ./snippets/common
|
|
|
|
INCLUDE ./snippets/user
|