-
Notifications
You must be signed in to change notification settings - Fork 17
Docker #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker #20
Conversation
Dockerfile
Outdated
# Install app dependencies | ||
COPY . /usr/src/api-communes | ||
RUN npm install | ||
RUN npm run postinstall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas utile, le postinstall
est appelé automatiquement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il semblerait que non. Ce mystère reste à élucider.
Et sinon il manquera une mise à jour du README ;) |
J'ajouterai un |
Thx. |
Je suis pas là Lundi et Mardi mais avec plaisir (il faut aussi ajouter le Thibaut Géry 2016-06-04 14:11 GMT+02:00 Jérôme Desboeufs notifications@github.com:
|
docker-compose.yml
Outdated
@@ -0,0 +1,5 @@ | |||
services: | |||
build: . | |||
dockerfile: Dockerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instruction qui n'est pas nécessaire
Ça me parait bon maintenant ;) |
Réf #8