mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-15 19:09:43 +00:00
Switch to node:4 image to work around AUFS issue
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node
|
||||
FROM node:4
|
||||
RUN npm install express
|
||||
RUN npm install redis
|
||||
COPY files/ /files/
|
||||
|
||||
Reference in New Issue
Block a user