Skip to content

Commit fc1b939

Browse files
authored
Merge pull request #3 from paramsgit/redis-setup
fix: install dev dependency in container
2 parents 1cdada3 + 4a7befb commit fc1b939

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY package*.json ./
66
RUN npm install --production
77

88
COPY . .
9+
RUN npm install --save-dev @types/express
910
RUN npm install -g typescript
1011
RUN npm run build
1112

0 commit comments

Comments
 (0)