Skip to content

Commit f01cdcd

Browse files
authored
Merge pull request #67894 from aireilly/update-dockerfile
update Dockerfile
2 parents a1cda26 + ffc7a09 commit f01cdcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ RUN python3 -m ensurepip
1616

1717
RUN pip3 install --no-cache --upgrade pip setuptools
1818

19-
COPY . $HOME/src/
19+
WORKDIR /src
20+
21+
COPY ./aura.tar.gz /src
2022

2123
RUN pip3 install --no-cache-dir pyyaml /src/aura.tar.gz
24+
25+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)