Skip to content

Commit

Permalink
fix: add instatus to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
totallytavi committed Dec 1, 2024
1 parent 07f0f3e commit 5121583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY src ./src

RUN --mount=type=secret,id=configFile,required=true,target=./src/configs/config.json \
--mount=type=secret,id=responsesFile,required=true,target=./src/configs/responses.json \
--mount=type=secret,id=instatusFile,required=true,target=./src/configs/instatus.json \
npm run build

RUN mkdir logs
Expand Down

0 comments on commit 5121583

Please sign in to comment.