Skip to content

Commit 1cdada3

Browse files
authored
Merge pull request #2 from paramsgit/redis-setup
fix: missing tsc in Container
2 parents 0b82830 + 1e43e47 commit 1cdada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

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

88
COPY . .
9-
9+
RUN npm install -g typescript
1010
RUN npm run build
1111

1212
EXPOSE 5000

0 commit comments

Comments
 (0)