Skip to content

Commit

Permalink
add HOME to dockerfile, renamed git-init goal
Browse files Browse the repository at this point in the history
  • Loading branch information
krysopath committed Apr 20, 2019
1 parent aa0c2f7 commit 3e5c5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG BASE_IMAGE

FROM python:$BASE_IMAGE as developement
WORKDIR /code
ENV HOME=/code
COPY requirements.txt .
RUN mkdir secrets assets\
&& apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dev/install/os:
sudo apt-get install gnupg openssl

.ONESHELL:
git-init:
dev/git-init:
@read -p "enter email: " EMAIL
read -p "enter public signature-key: " GPG
git config user.signingKey $${GPG}
Expand Down

0 comments on commit 3e5c5db

Please sign in to comment.