Update dockerfile
parent
57ffadfce2
commit
88dac610d1
|
@ -12,4 +12,5 @@ RUN npm install
|
||||||
COPY . /usr/hullcss
|
COPY . /usr/hullcss
|
||||||
|
|
||||||
# Start me!
|
# Start me!
|
||||||
|
VOLUME ["latest"]
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
Loading…
Reference in New Issue