Skip to content

Commit cbbdd98

Browse files
committed
add .env file to Podman environment
1 parent aaea454 commit cbbdd98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get -y update && \
77

88
COPY pixi.toml .
99
COPY pixi.lock .
10+
COPY .env .
1011
# use `--locked` to ensure the lockfile is up to date with pixi.toml
1112
RUN pixi install --locked
1213
# create the shell-hook bash script to activate the environment

0 commit comments

Comments
 (0)