Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaugustine authored Jul 29, 2024
1 parent 9944754 commit 718e257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/awshelper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ RUN export DEB_PYTHON_INSTALL_LAYOUT=deb && export POETRY_VERSION=1.1.15 && curl
RUN git config --global user.email gen3 \
&& git config --global user.name gen3

# Create /backup directory and set permissions
RUN mkdir -p /backup && chown ubuntu:ubuntu /backup

# smoke test
RUN export GEN3_HOME="$HOME/cloud-automation" \
&& bash -c 'source "$GEN3_HOME/gen3/gen3setup.sh" && gen3 help'
Expand Down

0 comments on commit 718e257

Please sign in to comment.