feat: update Dockerfile

This commit is contained in:
hanif salafi 2025-07-24 13:14:45 +07:00
parent 3445a932eb
commit 6ac02ba0a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Menggunakan image Node.js yang lebih ringan
FROM node:23.5.0-alpine
FROM node:22.6.0-alpine
# Mengatur port
ENV PORT 3000