Update dockerfile

imgbot
Kieran 2022-06-04 10:01:33 +01:00
parent 57ffadfce2
commit 88dac610d1
1 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@ RUN npm install
COPY . /usr/hullcss
# Start me!
CMD ["node", "index.js"]
VOLUME ["latest"]
CMD ["node", "index.js"]