Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 5, 2018
1 parent 03f0f7a commit b137e5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linapple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -x \
&& apk del .build-deps

COPY Frogger.dsk /usr/src/games/
COPY quest1.dsk /usr/src/games/

ENTRYPOINT ["linapple", "-1"]
CMD ["/usr/src/games/Frogger.dsk"]
ENTRYPOINT ["linapple"]
CMD ["-1", "/usr/src/games/quest1.dsk"]

0 comments on commit b137e5c

Please sign in to comment.