We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d6486 commit e0c9de8Copy full SHA for e0c9de8
docker-run.sh
@@ -8,7 +8,7 @@ set -o pipefail
8
set -o nounset
9
10
SCRIPT_HOME="$( cd "$( dirname "$0" )" && pwd )"
11
-APP_NAME=dtest
+APP_NAME=regexplanet-deno
12
13
ENVFILE=${1:-.env}
14
@@ -21,7 +21,6 @@ fi
21
DOCKER_BUILDKIT=1 docker buildx build \
22
--build-arg LASTMOD=$(date -u +%Y-%m-%dT%H:%M:%SZ) \
23
--build-arg COMMIT=local@$(git rev-parse --short HEAD) \
24
- --platform=linux/arm64 \
25
--progress=plain \
26
--tag "${APP_NAME}" \
27
.
0 commit comments