Skip to content

Commit

Permalink
Fix missing env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 20, 2024
1 parent 4654a47 commit a09bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM condaforge/mambaforge
ARG CONDA_ENV_DIR=/opt/condaenv
ARG FREVA_WEB_DIR=/opt/freva_web
ARG EMAIL_HOST_PASSWORD=""
ARG VERSION

FROM condaforge/mambaforge
LABEL org.opencontainers.image.authors="DRKZ-CLINT"
LABEL org.opencontainers.image.source="https://github.com/FREVA-CLINT/freva-web"
LABEL org.opencontainers.image.version="$VERSION"
Expand Down

0 comments on commit a09bfb0

Please sign in to comment.