Skip to content

Commit

Permalink
[docs} add missing ENV to env variables in Dockerfile (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mngshm authored Jan 23, 2025
2 parents d2c2bae + 334a486 commit 90d84b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/self-hosting/guides/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ COPY apps/ .
RUN corepack enable

# Endpoint for Ente Server
NEXT_PUBLIC_ENTE_ENDPOINT=https://your-ente-endpoint.com
NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=https://your-albums-endpoint.com
ENV NEXT_PUBLIC_ENTE_ENDPOINT=https://your-ente-endpoint.com
ENV NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=https://your-albums-endpoint.com

RUN yarn cache clean
RUN yarn install --network-timeout 1000000000
Expand Down

0 comments on commit 90d84b0

Please sign in to comment.