Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 5, 2024
1 parent 4c17fa8 commit f1b1735
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Set the base image to use for subsequent instructions
FROM mikefarah/yq:4.43.1-githubaction
FROM mikefarah/yq:4.43.1

# Set the working directory inside the container
WORKDIR /usr/src
#WORKDIR /usr/src

# Copy any source file(s) required for the action
COPY entrypoint.sh .

USER root

# Configure the container to be run as an executable
ENTRYPOINT ["/usr/src/entrypoint.sh"]

0 comments on commit f1b1735

Please sign in to comment.