Commit 28e15d36 authored by Пискунов Андрей Дмитриевич's avatar Пискунов Андрей Дмитриевич
Browse files

:rocket: fix Dockerfile

parent 43c5cb2d
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
...@@ -12,6 +12,4 @@ COPY --chown=node:node . . ...@@ -12,6 +12,4 @@ COPY --chown=node:node . .
RUN npm install RUN npm install
EXPOSE 8080
CMD [ "npm", "start" ] CMD [ "npm", "start" ]
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment