Skip to content

Commit fbe0652

Browse files
committed
Experimenting without sudo
1 parent cd906c3 commit fbe0652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN pip3 install algorithmia&& \
1010
# ENTRYPOINT ["/usr/algorithmia_ci/entrypoint.sh"]
1111
COPY src /src
1212
COPY entrypoint.sh /entrypoint.sh
13-
USER root
13+
#USER root
1414
RUN chmod +x /entrypoint.sh
1515
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)