Update application port to 3660 to match server configuration
This commit is contained in:
@@ -30,7 +30,7 @@ RUN npm install --only=production
|
||||
COPY --from=builder /usr/src/app/dist ./dist
|
||||
|
||||
# Expose port | فتح المنفذ
|
||||
EXPOSE 3001
|
||||
EXPOSE 3660
|
||||
|
||||
# Command to run | أمر التشغيل
|
||||
CMD ["node", "dist/main"]
|
||||
|
||||
Reference in New Issue
Block a user