Skip to content

Commit

Permalink
chore: update sdk versions and remaining terra.money references
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Aug 23, 2023
1 parent 514bbd9 commit b2bd62d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 21,644 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /app
RUN set -eux &&\
apt update &&\
apt install -y \
libudev-dev \
libusb-1.0-0-dev
libudev-dev \
libusb-1.0-0-dev

COPY package*.json ./
COPY tsconfig.json ./
Expand All @@ -17,8 +17,8 @@ RUN set -eux && \

COPY . .

ARG REACT_APP_ASSETS="https://assets.terra.money" \
REACT_APP_STATION_ASSETS="https://station-assets.terra.money"
ARG REACT_APP_ASSETS="https://assets.terra.dev" \
REACT_APP_STATION_ASSETS="https://station-assets.terra.dev"

ENV REACT_APP_ASSETS=${REACT_APP_ASSETS} \
REACT_APP_STATION_ASSETS=${REACT_APP_STATION_ASSETS}
Expand All @@ -30,8 +30,8 @@ RUN set -eux && \

FROM node:16 as reloader

ARG REACT_APP_ASSETS="https://assets.terra.money" \
REACT_APP_STATION_ASSETS="https://station-assets.terra.money"
ARG REACT_APP_ASSETS="https://assets.terra.dev" \
REACT_APP_STATION_ASSETS="https://station-assets.terra.dev"

ENV REACT_APP_ASSETS=${REACT_APP_ASSETS} \
REACT_APP_STATION_ASSETS=${REACT_APP_STATION_ASSETS}
Expand Down
Loading

0 comments on commit b2bd62d

Please sign in to comment.