Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 21, 2023
1 parent 058d3a4 commit 3ba6f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
WORKDIR /app
COPY package.json yarn.lock ./
ARG TARGETARCH
ENV npm_config_arch TARGETARCH
ENV npm_config_arch=$TARGETARCH
RUN yarn install --network-timeout 300000

ADD . /app/
Expand Down

0 comments on commit 3ba6f59

Please sign in to comment.