Fix public_url
This commit is contained in:
parent
31cc0ec139
commit
b2a6a5d3a9
@ -5,7 +5,7 @@ FROM $NODE_IMAGE
|
||||
ARG NODE_SPACE_SIZE=10240
|
||||
ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=$NODE_SPACE_SIZE"
|
||||
|
||||
ARG PUBLIC_URL "./"
|
||||
ENV PUBLIC_URL "./"
|
||||
|
||||
COPY . /ui
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user