Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 5f4a251

Browse files
minor adjustments
1 parent c7ef1a4 commit 5f4a251

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44

55
COPY .git ./
66

7-
RUN apk add libcurl && \
7+
RUN apk add libcurl --no-cache && \
88
dotnet tool install -g minver-cli --version 1.0.0-alpha.15 && \
99
/root/.dotnet/tools/minver > .version
1010

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
35
LOCAL_IMAGE="sql-stream-store-browser"
46
LOCAL="${LOCAL_IMAGE}:latest"
57

0 commit comments

Comments
 (0)