Commit 0fea2c0b authored by chenos's avatar chenos
Browse files

fix: default value of VERDACCIO_URL

parent 249dff16
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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 #################
......
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment