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