Skip to content

Commit

Permalink
use fixed deno version 1.45.5 due to breaking change introduced in 1.…
Browse files Browse the repository at this point in the history
…46.0
  • Loading branch information
Benedikt Strehle committed Aug 22, 2024
1 parent bba037a commit 322731d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/uix-app-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion res/uix-app-docker/Dockerfile_v0.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ COPY ./repo .
EXPOSE 80
{{EXPOSE_DEBUG}}

CMD sh -c "rm -f deno.lock; rm -f ./src/deno.lock; deno run --config deno.json --import-map {{IMPORTMAP_PATH}} -Aqr {{UIX_RUN_PATH}} --port 80 --stage $APP_STAGE --cache-path /datex-cache {{UIX_ARGS}}"
CMD sh -c "rm -f deno.lock; rm -f ./src/deno.lock; deno upgrade --version 1.45.5; deno run --config deno.json --import-map {{IMPORTMAP_PATH}} -Aqr {{UIX_RUN_PATH}} --port 80 --stage $APP_STAGE --cache-path /datex-cache {{UIX_ARGS}}"

0 comments on commit 322731d

Please sign in to comment.