feat: update Dockerfile
This commit is contained in:
parent
3445a932eb
commit
6ac02ba0a9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue