Skip to content

Commit

Permalink
Set VOLUME and USER
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 3, 2023
1 parent 929dbe6 commit 4aa6132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/images/Dockerfile.adoc-toolset
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN cd cmd/render && CGO_ENABLED=0 go build

FROM registry.access.redhat.com/ubi9/ruby-31

RUN gem install asciidoctor-pdf && asciidoctor-pdf -v

COPY --from=go-builder /usr/src/app/cmd/render/render /usr/local/bin/render-template
VOLUME /workspace/source
USER 1001

0 comments on commit 4aa6132

Please sign in to comment.