Skip to content

Commit 3ab0eab

Browse files
author
Matthew Fisher
committed
ref(builder): move shim.dockerfile to /usr/local/share
1 parent 51e3abc commit 3ab0eab

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

builder/rootfs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ RUN addgroup $GITUSER docker
5757
RUN addgroup $GITUSER slug
5858
RUN passwd -u git
5959

60-
ADD templates/shim.dockerfile /home/git/
6160
ADD etc /etc
6261
ADD . /app
6362
RUN chown -R root:root /app

builder/rootfs/templates/builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ APP_NAME="${REPO%.*}"
4949
cd $(dirname $0) # ensure we are in the root dir
5050

5151
ROOT_DIR=$(pwd)
52-
DOCKERFILE_SHIM="$ROOT_DIR/shim.dockerfile"
52+
DOCKERFILE_SHIM="/usr/local/share/shim.dockerfile"
5353
REPO_DIR="${ROOT_DIR}/${REPO}"
5454
BUILD_DIR="${REPO_DIR}/build"
5555
CACHE_DIR="${REPO_DIR}/cache"
File renamed without changes.

0 commit comments

Comments
 (0)