Skip to content

Commit

Permalink
fix basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Dec 11, 2024
1 parent 1a78c94 commit bcc3498
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
Expand Up @@ -6,7 +6,7 @@
FROM quay.io/cdis/ubuntu:20.04 AS build

ARG NODE_VERSION=20
ARG NEXT_PUBLIC_PORTAL_BASENAME=/ff
ARG NEXT_PUBLIC_PORTAL_BASENAME

ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
ENV PATH=$PATH:/home/node/.npm-global/bin
Expand Down

0 comments on commit bcc3498

Please sign in to comment.