Skip to content
Snippets Groups Projects

#90 Feature/setup ci cd

Open #90 Feature/setup ci cd
2 unresolved threads
Open Ranindya Paramitha requested to merge feature/setup-ci-cd into develop
2 unresolved threads
Viewing commit 0f586777
Show latest version
2 files
+ 2
2
Preferences
Compare changes
Files
2
+ 1
0
@@ -8,6 +8,7 @@ RUN npm install
COPY . /usr/src/app/backend
ENV NODE_ENV production
EXPOSE 3080
CMD ["npm", "run", "prod"]