Skip to content

Commit

Permalink
Add user to pandoc (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Aug 21, 2024
1 parent d250c4c commit b35b413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ RUN apk add --no-cache --virtual .gosu-deps \
apk del --no-network .gosu-deps && \
chmod +x /usr/local/bin/gosu


WORKDIR /app
COPY --from=scyllaridae /app/scyllaridae /app/scyllaridae
COPY --from=scyllaridae /app/docker-entrypoint.sh /app/docker-entrypoint.sh
COPY scyllaridae.yml .

RUN adduser -S -G nobody scyllaridae

ENTRYPOINT ["/bin/bash"]
CMD ["/app/docker-entrypoint.sh"]

0 comments on commit b35b413

Please sign in to comment.