Skip to content

Commit c37782f

Browse files
authored
Update Dockerfile to remove in-tree-build
1 parent bcde5f1 commit c37782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ MAINTAINER Charles Powell <[email protected]>
33

44
# Install all dependencies
55
ADD . /senselink
6-
RUN pip install /senselink --use-feature=in-tree-build
6+
RUN pip install /senselink
77

88
# Make non-root user
99
RUN useradd --create-home appuser
1010
WORKDIR /home/appuser
1111
USER appuser
1212

1313
# Run
14-
CMD ["python", "-m", "senselink"]
14+
CMD ["python", "-m", "senselink"]

0 commit comments

Comments
 (0)