Skip to content

Commit

Permalink
handling the docker environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Cosentino committed Jan 3, 2024
1 parent e409e9b commit 1d9062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app
COPY . /app

RUN mkdir -p /root/.aws \
&& mv aws_credentials /root/.aws/credentials \
# && mv aws_credentials /root/.aws/credentials \
&& mv aws_config /root/.aws/config \
&& mv .env /root/.env && \
source /root/.env
Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

__metaclass__ = type # pylint: disable=invalid-name

__version__ = "0.1.2"
__version__ = "v0.1.3"
__author__ = "F."

0 comments on commit 1d9062a

Please sign in to comment.