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

Commit 16a352d

Browse files
fixed build script
1 parent 4390c20 commit 16a352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ $DOCKER_CMD build \
2929
--build-arg BUILD_VERSION=$BUILD_VERSION \
3030
--build-arg BUILD_DATE=$BUILD_DATE \
3131
--build-arg COMMIT=$COMMIT \
32-
-t ${DOCKER_REPO}:${COMMIT} $CODE_DIR/Dockerfile;
32+
-t ${DOCKER_REPO}:${COMMIT} $CODE_DIR;

0 commit comments

Comments
 (0)