Skip to content

Commit 9f7dfaa

Browse files
fix Dockerfile NEXT_PUBLIC_APP_URL arg
1 parent c63c112 commit 9f7dfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend-nextjs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN bun add @tailwindcss/oxide-linux-arm64-gnu@4.1.18
2121

2222
COPY . .
2323

24-
ARG NEXT_PUBLIC_APP_ROOT_URL
24+
ARG NEXT_PUBLIC_APP_URL
2525
ENV NEXT_PUBLIC_APP_URL=$NEXT_PUBLIC_APP_URL
2626
ARG NEXT_PUBLIC_API_BASE_URL
2727
ENV NEXT_PUBLIC_API_BASE_URL=$NEXT_PUBLIC_API_BASE_URL

0 commit comments

Comments
 (0)