Add config for goreleaser, document release process

This commit is contained in:
Alexander Neumann
2020-04-13 18:15:20 +02:00
parent 20603b1622
commit 6e44dd8eae
5 changed files with 184 additions and 148 deletions

View File

@@ -5,12 +5,12 @@ ENV PASSWORD_FILE /data/.htpasswd
RUN apk add --no-cache --update apache2-utils
COPY rest-server docker/*_user /usr/bin/
COPY docker/create_user /usr/bin/
COPY docker/delete_user /usr/bin/
COPY docker/entrypoint.sh /entrypoint.sh
COPY rest-server /usr/bin
VOLUME /data
EXPOSE 8000
COPY docker/entrypoint.sh /entrypoint.sh
CMD [ "/entrypoint.sh" ]