update docketfile

This commit is contained in:
TDLaouer 2025-07-13 21:35:24 +02:00
parent e62c4523f6
commit 7678967831

View File

@ -16,7 +16,7 @@ RUN npm i
COPY . .
# Build the project
RUN yarn run build
RUN npm run build
# Change the port and host
ENV PORT=3001