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