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 #29 from jenseickmeyer/master
Browse files Browse the repository at this point in the history
Update to Strapi version 3.0.0-alpha.12.4
  • Loading branch information
lucaperret authored Jun 14, 2018
2 parents 4f41f3f + 3515a86 commit d7cc217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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]
RUN npm install -g [email protected].4

COPY strapi.sh ./
RUN chmod +x ./strapi.sh
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- 1337:1337
volumes:
- ./strapi-app:/usr/src/api/strapi-app
- /usr/src/api/strapi-app/node_modules
#- /usr/src/api/strapi-app/node_modules
depends_on:
- db
restart: always
Expand Down

0 comments on commit d7cc217

Please sign in to comment.