forked from GitHubMirrors/silverbullet-icalendar
Chore: Cleanup before rebase
All checks were successful
Build SilverBullet Plug / build (push) Successful in 33s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 33s
This commit is contained in:
7
Dockerfile.build
Normal file
7
Dockerfile.build
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM denoland/deno:latest
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
# Explicitly fetch dependencies
|
||||
RUN deno install
|
||||
RUN deno task build
|
||||
CMD ["cat", "icalendar.plug.js"]
|
||||
Reference in New Issue
Block a user