Добавил докерфайл sish
This commit is contained in:
parent
f16f723c32
commit
80bbab1d1b
1 changed files with 15 additions and 0 deletions
15
Dockerfile_sish
Normal file
15
Dockerfile_sish
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
FROM alpine:3.21
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY --from=antoniomika/sish /app/app /app/app
|
||||||
|
COPY --from=antoniomika/sish /tmp /tmp
|
||||||
|
COPY --from=antoniomika/sish /etc/ssl/certs/ /etc/ssl/certs/
|
||||||
|
COPY --from=antoniomika/sish /app/deploy/ /app/deploy/
|
||||||
|
COPY --from=antoniomika/sish /app/ /app/
|
||||||
|
COPY --from=antoniomika/sish /app/templates /app/templates
|
||||||
|
COPY --from=antoniomika/sish /app/ /app/
|
||||||
|
|
||||||
|
RUN apk add --no-cache bash
|
||||||
|
|
||||||
|
ENTRYPOINT ["/app/app"]
|
Loading…
Add table
Reference in a new issue