Skip to content

Commit

Permalink
Adding cells cli to path (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
arana198 authored Jun 1, 2024
1 parent 84bcdec commit 9a01a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ LABEL maintainer="aptalca"
ENV \
HOME="/config" \
CELLS_WORKING_DIR="/config" \
GOPATH="/tmp"
GOPATH="/tmp" \
PATH=/app/:$PATH

RUN \
echo "**** install runtime packages ****" && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ LABEL maintainer="aptalca"
ENV \
HOME="/config" \
CELLS_WORKING_DIR="/config" \
GOPATH="/tmp"
GOPATH="/tmp" \
PATH=/app/:$PATH

RUN \
echo "**** install runtime packages ****" && \
Expand Down

0 comments on commit 9a01a81

Please sign in to comment.