Skip to content

Commit

Permalink
fix: fix working directory command
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Dec 9, 2020
1 parent 2a1b262 commit 5ef6734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN npm install --production
# move the rest of the project over
COPY dist dist

WORKDIR $GITHUB_WORKSPACE

# Test licensee
WORKDIR /
RUN bundle exec licensee version

# Working directory will automagically be set to github workspace when the container is executed
ENTRYPOINT ["bundle", "exec", "node /app/dist/index.js"]

0 comments on commit 5ef6734

Please sign in to comment.