mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Keep generated files in the repository.
This reduces the OS dependencies to build a released version.
This commit is contained in:
parent
8776e2c020
commit
fd2ace0482
24 changed files with 13165 additions and 38 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /workdir
|
|||
|
||||
COPY . .
|
||||
RUN touch /.dockerenv && \
|
||||
apk add --no-cache bash git build-base protobuf && \
|
||||
apk add --no-cache bash git make && \
|
||||
GOOS=${TARGETOS} GOARCH=${TARGETARCH} make proxy
|
||||
|
||||
FROM alpine:3
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ WORKDIR /workdir
|
|||
|
||||
COPY . .
|
||||
RUN touch /.dockerenv && \
|
||||
apk add --no-cache bash git build-base protobuf && \
|
||||
apk add --no-cache bash git make && \
|
||||
GOOS=${TARGETOS} GOARCH=${TARGETARCH} make server
|
||||
|
||||
FROM alpine:3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue