Skip to content

Commit

Permalink
Fixed Dockerfile copy statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Mar 7, 2023
1 parent 64bc1bf commit 5095aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM montferret/lab:latest

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
COPY run.sh /run.sh

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/run.sh"]

0 comments on commit 5095aa8

Please # to comment.