first deno publish workflow
This commit is contained in:
8
deno-release/Dockerfile
Normal file
8
deno-release/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM denoland/deno:2.3.1
|
||||
|
||||
RUN apk add --no-cache zip curl bash git
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user