Skip to content

Commit

Permalink
remove cd to /root dir, no long necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstoekl committed Nov 4, 2017
1 parent 4d7dd84 commit 20504af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions template/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN apk --no-cache add curl \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl --no-cache

WORKDIR /root/

# Turn down the verbosity to default level.
ENV NPM_CONFIG_LOGLEVEL warn

Expand Down
2 changes: 0 additions & 2 deletions template/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN apk --no-cache add curl \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl --no-cache

WORKDIR /root/

RUN mkdir -p /home/app/function

COPY index.py /home/app
Expand Down
1 change: 0 additions & 1 deletion template/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apk --no-cache add curl \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl --no-cache

WORKDIR /root/
RUN mkdir -p /home/app/
WORKDIR /home/app/

Expand Down

0 comments on commit 20504af

Please sign in to comment.