From 22f478a6e8ad4fffe2f8d1cdb332ce73f2196266 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 27 Sep 2022 22:23:40 -0700 Subject: [PATCH] fixing build. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index df2c4827..b2d0b72f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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