fix: default value of VERDACCIO_URL

This commit is contained in:
chenos 2022-10-24 10:21:25 +08:00
parent 249dff16d3
commit 0fea2c0b97
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ ADMINER_PORT=10101
DB_MYSQL_PORT=10102
DB_POSTGRES_PORT=10103
VERDACCIO_PORT=10104
# VERDACCIO_URL=http://host.docker.internal:10104/
################# NOCOBASE APPLICATION #################

View File

@ -1,5 +1,5 @@
FROM node:16 as builder
ARG VERDACCIO_URL
ARG VERDACCIO_URL=http://host.docker.internal:10104/
RUN apt-get update && apt-get install -y jq
WORKDIR /tmp