diff --git a/dockerfile b/dockerfile index a0e9102..320d4c8 100644 --- a/dockerfile +++ b/dockerfile @@ -12,4 +12,5 @@ RUN npm install COPY . /usr/hullcss # Start me! -CMD ["node", "index.js"] \ No newline at end of file +VOLUME ["latest"] +CMD ["node", "index.js"] \ No newline at end of file