Skip to content

Commit

Permalink
proper way to reference var
Browse files Browse the repository at this point in the history
  • Loading branch information
notaturkey committed Feb 9, 2024
1 parent 7d0581a commit 4dfe54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .
RUN yarn policies set-version '3.3.1'

RUN yarn install \
&& yarn run build:$TARGET_NETWORK
&& yarn run build:${TARGET_NETWORK}

# production environment
FROM nginx:1.25.3-alpine
Expand Down

0 comments on commit 4dfe54f

Please # to comment.