Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aatrubilin committed Oct 4, 2024
1 parent 5672c52 commit e570583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torrserver/.build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ COPY ./src/web /app
WORKDIR /app

# Environment variables
ENV REACT_APP_SERVER_HOST="." \
NODE_OPTIONS="--openssl-legacy-provider"
ENV REACT_APP_SERVER_HOST="."

RUN yarn install && yarn run build
### FRONT BUILD END ###
Expand Down

0 comments on commit e570583

Please sign in to comment.