-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use fixed deno version 1.45.5 due to breaking change introduced in 1.…
…46.0
- Loading branch information
Benedikt Strehle
committed
Aug 22, 2024
1 parent
bba037a
commit 322731d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ COPY ./repo . | |
|
||
EXPOSE 80 | ||
# todo: $UIX_ARGS | ||
CMD sh -c "rm -f deno.lock; rm -f ./src/deno.lock; deno run --import-map https://cdn.unyt.org/[email protected]/importmap.json -Aqr https://cdn.unyt.org/[email protected]/run.ts --port 80 --stage $APP_STAGE --cache-path /datex-cache" | ||
CMD sh -c "rm -f deno.lock; rm -f ./src/deno.lock; deno upgrade --version 1.45.5; deno run --import-map https://cdn.unyt.org/[email protected]/importmap.json -Aqr https://cdn.unyt.org/[email protected]/run.ts --port 80 --stage $APP_STAGE --cache-path /datex-cache" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters