Skip to content

Commit

Permalink
refactor: new dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 4, 2024
1 parent 229ca59 commit 9142489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.11.1
bun 1.1.27
nodejs 23.1.0
bun 1.1.33
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# run every hour by default, use `SCHEDULE=NONE` to run directly
ENV SCHEDULE "0 * * * *"
ENV SCHEDULE="0 * * * *"

WORKDIR /app
COPY . ./
Expand Down

0 comments on commit 9142489

Please sign in to comment.