Skip to content

Commit

Permalink
Fix up ws/api url from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiampojamarn committed Oct 13, 2024
1 parent 9471c43 commit 36cca82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM node:lts-alpine

ARG NEXT_PUBLIC_WS_URL=BAKED_NEXT_PUBLIC_WS_URL
ARG NEXT_PUBLIC_API_URL=BAKED_NEXT_PUBLIC_API_URL
ENV NEXT_PUBLIC_WS_URL=${NEXT_PUBLIC_WS_URL}
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}

RUN apk add --no-cache bash

# Set environment variable to disable telemetry
Expand Down

0 comments on commit 36cca82

Please sign in to comment.