Skip to content

Commit

Permalink
fix build with remote docker engine
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Mar 7, 2022
1 parent 077adb8 commit e12897a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/compile-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ docker build -t "${IMAGE_TAG}" .
docker rm -f "${CONTAINER_NAME}"
docker run --name "${CONTAINER_NAME}" "${IMAGE_TAG}"

pwd

ls -la
mkdir ./build
mkdir -p ./build

docker cp "${CONTAINER_NAME}:/home/node/build/generate-env-alpine" ./build/generate-env-alpine

Expand Down

0 comments on commit e12897a

Please sign in to comment.