Skip to content

Commit

Permalink
Add back local scripts and repo content.
Browse files Browse the repository at this point in the history
  • Loading branch information
FloWuenne committed Dec 19, 2023
1 parent 4039216 commit dbd2436
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ SHELL ["/bin/bash", "-c"]
# Activate the conda environment by default when starting a shell
# This will ensure that the conda environment's python is used
RUN echo "source activate molkart_local" > ~/.bashrc
ENV BASH_ENV ~/.bashrc
ENV BASH_ENV ~/.bashrc

# Set the working directory
WORKDIR /local

# Copy the current directory contents into the container at /local
COPY . .

0 comments on commit dbd2436

Please sign in to comment.