Add 'store/' from commit '25456c4ff9247828b6e1eb733ab10712747264d4'
git-subtree-dir: store git-subtree-mainline:6e4c6a875agit-subtree-split:25456c4ff9
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
FROM arm64v8/alpine:latest
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add ca-certificates mailcap && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
echo 'hosts: files dns' >| /etc/nsswitch.conf
|
||||
|
||||
LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
|
||||
org.label-schema.name="oCIS Store" \
|
||||
org.label-schema.vendor="ownCloud GmbH" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
||||
EXPOSE 9460
|
||||
|
||||
ENTRYPOINT ["/usr/bin/ocis-store"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY bin/ocis-store /usr/bin/ocis-store
|
||||
Reference in New Issue
Block a user