Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:2.7.4
FROM denoland/deno:2.7.5

USER deno

Expand All @@ -6,6 +6,6 @@

WORKDIR /opt/enrise/dashboard

COPY . /opt/enrise/dashboard

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-test-and-push

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-test-and-push

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

CMD ["run", "--allow-read", "--allow-net", "--allow-env", "main.ts"]
Loading