Skip to content
Snippets Groups Projects
Commit abdc2f80 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Merge branch 'feature/12-dev-auto-deploy' into 'dev'

fix startup script

See merge request kszk/devteam/bodysch/bodysch-backend!13
parents b6faf8ee 05b3e622
No related branches found
No related tags found
2 merge requests!24Auth, Profile, News, Entry Card, File management,!13fix startup script
Pipeline #4742 passed
......@@ -5,4 +5,4 @@ WORKDIR /usr/src/app
COPY . .
EXPOSE 3000
CMD ["npm", "run", "start"]
\ No newline at end of file
CMD ["npm", "run", "start-dev"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment