Skip to content

Commit

Permalink
fix(docker): Update Dockerfile.goreleaser with recent Dockerfile
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
gabe565 committed Apr 21, 2024
1 parent 7d51608 commit 7afded4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 7afded4

Please sign in to comment.