Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nocobase
Commits
0fea2c0b
Commit
0fea2c0b
authored
2 years ago
by
chenos
Browse files
Options
Download
Email Patches
Plain Diff
fix: default value of VERDACCIO_URL
parent
249dff16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.example
+1
-0
.env.example
Dockerfile
+1
-1
Dockerfile
with
2 additions
and
1 deletion
+2
-1
.env.example
+
1
-
0
View file @
0fea2c0b
...
...
@@ -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 #################
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
-
1
View file @
0fea2c0b
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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help