Browse Source

update to node 6 in docker

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
c104b33303
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM node:argon-slim
FROM node:boron-slim


RUN mkdir -p /frontend RUN mkdir -p /frontend
WORKDIR /frontend WORKDIR /frontend


Loading…
Cancel
Save