Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
chore: fix dockerfile to allow the CI to process (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmeyer authored and Christopher Anderson committed Jan 18, 2018
1 parent 1cae0bb commit 504c994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY sshd_config /etc/ssh
RUN mkdir -p /home/.azurefunctions/bin

RUN npm i -g azure-functions-core-tools@core --unsafe-perm
RUN mv /home/.azurefunctions/bin/workers/node /home/.azurefunctions/bin/workers/Node

WORKDIR /content

Expand Down

0 comments on commit 504c994

Please sign in to comment.