Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
corteza
corteza-server
Commits
5b5fd632
Commit
5b5fd632
authored
4 years ago
by
Denis Arh
Browse files
Options
Download
Email Patches
Plain Diff
Tweaks for Makefile, make watch dependant on gin
parent
6703b4b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefile
Makefile
+2
-0
No files found.
Makefile
View file @
5b5fd632
...
@@ -120,6 +120,8 @@ $(RELEASE_PKEY):
...
@@ -120,6 +120,8 @@ $(RELEASE_PKEY):
watch
:
$(GIN)
watch
:
$(GIN)
$(GIN)
--laddr
localhost
--notifications
--immediate
--build
cmd/corteza run
--
serve
$(GIN)
--laddr
localhost
--notifications
--immediate
--build
cmd/corteza run
--
serve
realize
:
watch
#
BC
mailhog.up
:
mailhog.up
:
$(DOCKER)
run
--rm
--publish
$(DEV_MAILHOG_HTTP_ADDR)
:8025
--publish
$(DEV_MAILHOG_SMTP_ADDR)
:1025 mailhog/mailhog
$(DOCKER)
run
--rm
--publish
$(DEV_MAILHOG_HTTP_ADDR)
:8025
--publish
$(DEV_MAILHOG_SMTP_ADDR)
:1025 mailhog/mailhog
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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