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

Commit

Permalink
Merge pull request #45 from devaublanc/master
Browse files Browse the repository at this point in the history
update strapi version to [email protected]
  • Loading branch information
lauriejim authored Aug 20, 2018
2 parents 89c2446 + 22223c6 commit 1f9bc31
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 @@ -11,7 +11,7 @@ LABEL maintainer="Luca Perret <[email protected]>" \

WORKDIR /usr/src/api

RUN npm install -g [email protected].0.1
RUN npm install -g [email protected]

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

0 comments on commit 1f9bc31

Please sign in to comment.