Initial commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
ARG NODE_VERSION=alpine
|
||||
|
||||
FROM node:${NODE_VERSION}
|
||||
WORKDIR /action
|
||||
|
||||
COPY src/ /action/
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user