mirror of
https://github.com/pushbits/server.git
synced 2025-04-30 10:46:55 +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 verify \
|
||||
&& make build \
|
||||
&& chmod +x /build/app
|
||||
&& chmod +x /build/out/pushbits
|
||||
|
||||
FROM alpine
|
||||
|
||||
|
@ -22,7 +22,7 @@ EXPOSE 8080
|
|||
WORKDIR /app
|
||||
|
||||
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 \
|
||||
&& apk add --no-cache ca-certificates curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue