fix:docker file

This commit is contained in:
Rama Priyanto 2025-02-13 11:13:22 +07:00
parent cc1b8d926d
commit 58d831a94c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ FROM node:23.5.0-alpine
ENV PORT 4000
# Install Yarn globally
RUN npm install -g yarn
# RUN npm install -g yarn
# Create app directory
RUN mkdir -p /usr/src/app