Skip to content

Commit be8ffa5

Browse files
committed
fix to start server instead of services
1 parent c5d68a6 commit be8ffa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voice/Dockerfile.server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ WORKDIR /app
3434

3535
COPY --from=builder /app .
3636

37-
ENV NODE_OPTIONS=--max-old-space-size=4096
37+
ENV NODE_OPTIONS="--max-old-space-size=4096"
3838

3939
EXPOSE 80
4040

41-
CMD ["node", "dist/services"]
41+
CMD ["node", "dist/server"]

0 commit comments

Comments
 (0)