hugomods-docker/docker/hugo/Dockerfile-node-git
2024-10-17 00:37:12 +08:00

10 lines
160 B
Text

# syntax = devthefuture/dockerfile-x
INCLUDE ./Dockerfile-builder
FROM node:alpine
INCLUDE ./snippets/common
INCLUDE ./snippets/git
INCLUDE ./snippets/user