Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul A.T. Wilson authored May 3, 2020
1 parent 49720ca commit 977701f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk --purge -v del py-pip
RUN rm /var/cache/apk/*

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN npm i -g serverless
#ENTRYPOINT ["serverless"]
Expand Down

0 comments on commit 977701f

Please sign in to comment.