Skip to content

Commit

Permalink
Merge pull request #1 from gbenm/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gbenm authored Oct 20, 2022
2 parents ae93e2a + 19028c5 commit 0931421
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from gbenm/pintos:latest
arg wdir=/github/workspace
arg binPath=/gbenm-actions
workdir $wdir
env PATH="$binPath:$binPath/utils:${PATH}"
copy checker $binPath/checker
copy setOutputFrom $binPath/setOutputFrom
entrypoint ["checker"]
FROM gbenm/pintos:latest
ARG wdir=/github/workspace
ARG binPath=/gbenm-actions
WORKDIR $wdir
ENV PATH="$binPath:$binPath/utils:${PATH}"
COPY checker $binPath/checker
COPY setOutputFrom $binPath/setOutputFrom
ENTRYPOINT ["checker"]

0 comments on commit 0931421

Please sign in to comment.