Skip to content

Commit

Permalink
remove default basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Dec 10, 2024
1 parent 102ec29 commit 8ef02ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage
FROM node:20-slim AS builder

ARG NEXT_PUBLIC_PORTAL_BASENAME=/ff
ARG NEXT_PUBLIC_PORTAL_BASENAME

WORKDIR /gen3

Expand Down

0 comments on commit 8ef02ca

Please sign in to comment.