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

Commit

Permalink
build(Dockerfile): use strapi last version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperret authored Nov 14, 2018
1 parent 513b6d1 commit b34d868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /usr/src/api

RUN echo "unsafe-perm = true" >> ~/.npmrc

RUN npm install -g [email protected].4.0
RUN npm install -g [email protected].5

COPY strapi.sh ./
RUN chmod +x ./strapi.sh
Expand Down

0 comments on commit b34d868

Please sign in to comment.