diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index f4cf34ee..8468d435 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -10,6 +10,8 @@ RUN addgroup -g "$GID" "$USERNAME" \ COPY ascii-movie /bin ENV TERM=xterm-256color +ENV ASCII_MOVIE_SSH_HOST_KEY=/data/id_ed25519,/data/id_rsa +VOLUME /data USER $UID ENTRYPOINT ["ascii-movie"] CMD ["serve"]