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