Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
5cd7a445
Commit
5cd7a445
authored
Aug 14, 2020
by
Aron Fiechter
Browse files
Add build script
parent
88d72878
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployment/build.sh
0 → 100755
View file @
5cd7a445
#!/bin/sh
echo
"Building images..."
cd
../api/
&&
\
docker build
-t
mimir-api:latest
.
cd
../client/
&&
\
docker build
-t
mimir-client:latest
.
echo
"Done."
\ No newline at end of file
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