fixing build.
This commit is contained in:
parent
655e63ed2b
commit
22f478a6e8
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue