Skip to content

Commit fad0c18

Browse files
authored
Merge pull request #68239 from aireilly/main
adding WORKDIR to Dockerfile
2 parents cc0178d + 796c08f commit fad0c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ COPY --from=builder /usr/local/bundle /usr/local/bundle
1010

1111
RUN apk add --update --no-cache git bash
1212

13+
WORKDIR /go/src/github.com/openshift/openshift-docs
14+
1315
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)