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