fix:docker file
This commit is contained in:
parent
cc1b8d926d
commit
58d831a94c
|
|
@ -38,7 +38,7 @@ FROM node:23.5.0-alpine
|
||||||
ENV PORT 4000
|
ENV PORT 4000
|
||||||
|
|
||||||
# Install Yarn globally
|
# Install Yarn globally
|
||||||
RUN npm install -g yarn
|
# RUN npm install -g yarn
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
RUN mkdir -p /usr/src/app
|
RUN mkdir -p /usr/src/app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue