Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
GeekLogan committed Aug 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2c0c20b commit 1577093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -26,10 +26,10 @@ ENV INTERNAL_NEUROGLANCER_ADDRESS=localhost
ENV INTERNAL_NEUROGLANCER_PORT=8050
ENV INTERNAL_SERVER_PORT=8085

ENV DATABASE_URL=https://sonic2.cai-lab.org/data2/
ENV PRECOMPUTED_URL=precomputed://https://sonic2.cai-lab.org/data2/
ENV PRECOMPUTED_URL_DOCKER=precomputed://https://sonic2.cai-lab.org/data2/
ENV PRECOMPUTED_ANNOTATION_URL=precomputed://https://sonic2.cai-lab.org/data2/
ENV DATABASE_URL=https://sonic2.cai-lab.org/data/
ENV PRECOMPUTED_URL=precomputed://https://sonic2.cai-lab.org/data/
ENV PRECOMPUTED_URL_DOCKER=precomputed://https://sonic2.cai-lab.org/data/
ENV PRECOMPUTED_ANNOTATION_URL=precomputed://https://sonic2.cai-lab.org/data/

ENV NEUROGLANCER_TOKEN=cailab1357

Check warning on line 34 in Dockerfile

GitHub Actions / docker

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NEUROGLANCER_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
ENV NEUROGLANCER_PORT=8050

0 comments on commit 1577093

Please sign in to comment.