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
73e43c81
Commit
73e43c81
authored
Apr 01, 2021
by
Stefan Dähling
Browse files
fix dockerfiles
parent
8cd5651d
Pipeline
#439395
failed with stages
in 3 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/docker/agency/Dockerfile
View file @
73e43c81
...
...
@@ -49,7 +49,7 @@ RUN go mod download
COPY
cmd/agency cmd/agency
COPY
pkg/agency pkg/agency
COPY
pkg/ams/client pkg/ams/client
COPY
pkg/
logger/
client pkg/
logger/
client
COPY
pkg/client pkg/client
COPY
pkg/df/client pkg/df/client
COPY
pkg/schemas pkg/schemas
COPY
pkg/status pkg/status
...
...
build/docker/frontend/Dockerfile
View file @
73e43c81
...
...
@@ -52,7 +52,7 @@ COPY pkg/common pkg/common
COPY
pkg/schemas pkg/schemas
COPY
pkg/ams/client pkg/ams/client
COPY
pkg/df/client pkg/df/client
COPY
pkg/
logger/
client pkg/
logger/
client
COPY
pkg/client pkg/client
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