Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

soramitsukhmer/docker-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

soramitsukhmer/docker-buildpack

[Experimental] Docker Global Entrypoint Scripts

Usage

# https://github.com/soramitsukhmer/docker-buildpack
ARG SORA_BUILDPACK=vue3 \
    SORA_BUILDPACK_BIN=buildpack-vite \
    SORA_BUILDPACK_VERSION=v0.2.1
ADD --chmod=0765 https://raw.githubusercontent.com/soramitsukhmer/docker-buildpack/${SORA_BUILDPACK_VERSION}/nodejs/${SORA_BUILDPACK}/${SORA_BUILDPACK_BIN} /usr/bin/buildpack
# ...
RUN /usr/bin/buildpack