diff --git a/.env.example b/.env.example index 8bce59791..7d1b19a85 100644 --- a/.env.example +++ b/.env.example @@ -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 ################# diff --git a/Dockerfile b/Dockerfile index 667391818..4617ddc1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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