upd(Dockerfile.crust): custom entrypoint to generate webapp configs
Signed-off-by: Tit Petric <black@scene-si.org>
This commit is contained in:
+4
-1
@@ -30,8 +30,11 @@ RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /build /crust
|
||||
COPY --from=webapp /crust/webapp /crust/webapp
|
||||
|
||||
COPY --from=webapp /startup /startup
|
||||
COPY --from=webapp /start.sh /start.sh
|
||||
|
||||
WORKDIR /crust
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT /crust/crust
|
||||
ENTRYPOINT ["/start.sh", "/crust/crust"]
|
||||
|
||||
Reference in New Issue
Block a user