Skip to content

Commit 712135a

Browse files
committed
fix: remove default value for NEXT_PUBLIC_API_URL in Dockerfile
1 parent b309d76 commit 712135a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎client-nachweise/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN if [ -f yarn.lock ]; then yarn install --frozen-lockfile; \
1515
COPY . .
1616

1717
# Build the application
18-
ARG NEXT_PUBLIC_API_URL=http://localhost:8088
18+
ARG NEXT_PUBLIC_API_URL
1919
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
2020

2121
RUN npm run build || yarn build

0 commit comments

Comments
 (0)