Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Cloud
MAS
clonemap
Commits
14025b2a
Commit
14025b2a
authored
Apr 02, 2021
by
Stefan Dähling
Browse files
fix fe dockerfile
parent
6dcce920
Pipeline
#439426
passed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/docker/frontend/Dockerfile
View file @
14025b2a
...
...
@@ -51,6 +51,7 @@ COPY pkg/frontend pkg/frontend
COPY
pkg/common pkg/common
COPY
pkg/schemas pkg/schemas
COPY
pkg/client pkg/client
COPY
pkg/status pkg/status
COPY
web web
ENV
PATH="/clonemap:${PATH}"
RUN
cd
cmd/frontend
;
CGO_ENABLED
=
0
GOOS
=
linux go build
-ldflags
'-s'
-o
frontend
;
cp
frontend /clonemap/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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