Skip to content

Commit

Permalink
add working dir (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Baah <danielduhh.gmail.com>
  • Loading branch information
Daniel B authored Sep 21, 2020
1 parent 72fd853 commit e36a240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ FROM gradle:jdk11
RUN mkdir -p /app/atlas-checks
COPY . /app/atlas-checks

WORKDIR /app/atlas-checks
ENTRYPOINT ["/app/atlas-checks/gradlew"]

0 comments on commit e36a240

Please sign in to comment.