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 61f346f9
Show latest version
3 files
+ 3
2
Preferences
Compare changes
Files
3
+ 1
1
@@ -2,7 +2,7 @@ FROM node:10
WORKDIR /usr/src/app/backend
COPY package*.json ./
COPY package*.json /usr/src/app/backend
RUN npm install