fixing build.

This commit is contained in:
Jason Kulatunga 2022-09-27 22:23:40 -07:00
parent 655e63ed2b
commit 22f478a6e8
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ RUN CGO_ENABLED=0 go build -o /go/bin/fasten ./backend/cmd/fasten/
# create folder structure
RUN mkdir -p /opt/fasten/db \
mkdir -p /opt/fasten/web \
mkdir -p /opt/fasten/config \
curl -o /opt/fasten/db/fasten.db -L https://github.com/fastenhealth/testdata/raw/main/fasten.db
&& mkdir -p /opt/fasten/web \
&& mkdir -p /opt/fasten/config \
&& curl -o /opt/fasten/db/fasten.db -L https://github.com/fastenhealth/testdata/raw/main/fasten.db