mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:56:16 +00:00
fix: default value of VERDACCIO_URL
This commit is contained in:
parent
249dff16d3
commit
0fea2c0b97
@ -4,6 +4,7 @@ ADMINER_PORT=10101
|
|||||||
DB_MYSQL_PORT=10102
|
DB_MYSQL_PORT=10102
|
||||||
DB_POSTGRES_PORT=10103
|
DB_POSTGRES_PORT=10103
|
||||||
VERDACCIO_PORT=10104
|
VERDACCIO_PORT=10104
|
||||||
|
# VERDACCIO_URL=http://host.docker.internal:10104/
|
||||||
|
|
||||||
################# NOCOBASE APPLICATION #################
|
################# NOCOBASE APPLICATION #################
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM node:16 as builder
|
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
|
RUN apt-get update && apt-get install -y jq
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user