Skip to content

Commit

Permalink
Dockerfile: Fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 2, 2023
1 parent 55b63df commit 79983dd
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 @@ -3,6 +3,7 @@ FROM golang:1.20-alpine AS builder
WORKDIR /DMRHub

ARG IS_CI=false
ENV IS_CI=$IS_CI

RUN apk update && apk add --no-cache git make bash
RUN if [ "$IS_CI" = "true" ]; then apk add --no-cache nodejs npm; fi
Expand Down

0 comments on commit 79983dd

Please sign in to comment.