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
7f04c2cc
Commit
7f04c2cc
authored
6 years ago
by
Denis Arh
Browse files
Options
Download
Email Patches
Plain Diff
Fix monolith container building
parent
970f5451
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile.crust
Dockerfile.crust
+3
-3
No files found.
Dockerfile.crust
View file @
7f04c2cc
...
...
@@ -30,11 +30,11 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /build /crust
COPY --from=webapp /crust/webapp /crust/webapp
COPY --from=webapp /start
up
/start
up
COPY --from=webapp /
start.sh /star
t.sh
COPY --from=webapp /start
.d
/start
.d
COPY --from=webapp /
entrypoint.sh /entrypoin
t.sh
WORKDIR /crust
EXPOSE 80
ENTRYPOINT ["/
star
t.sh", "/crust/crust"]
ENTRYPOINT ["/
entrypoin
t.sh", "/crust/crust"]
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