mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 19:56:15 +02:00
Update Dockerfile to reflect filename changes
This commit is contained in:
parent
628d96bdb7
commit
28e3927290
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ RUN set -ex \
|
||||||
&& go mod download \
|
&& go mod download \
|
||||||
&& go mod verify \
|
&& go mod verify \
|
||||||
&& make build \
|
&& make build \
|
||||||
&& chmod +x /build/app
|
&& chmod +x /build/out/pushbits
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ EXPOSE 8080
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /build/app ./run
|
COPY --from=builder /build/out/pushbits ./run
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache ca-certificates curl \
|
&& apk add --no-cache ca-certificates curl \
|
||||||
|
|
Loading…
Add table
Reference in a new issue