This commit is contained in:
parent
282c4886b3
commit
9611b35950
11
Dockerfile
11
Dockerfile
@ -15,9 +15,12 @@ RUN ls -lh && chmod +x ./app
|
|||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
COPY --from=build /build/app /bin
|
WORKDIR /app
|
||||||
COPY --from=build /build/template/* /template/
|
WORKDIR db
|
||||||
|
|
||||||
RUN ls -al /bin/ | grep 'app'
|
COPY --from=build /build/app /app
|
||||||
|
COPY --from=build /build/template/* /app/template/
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/app"]
|
RUN ls -al /app/ | grep 'app'
|
||||||
|
|
||||||
|
ENTRYPOINT ["/app/app"]
|
Loading…
Reference in New Issue
Block a user