Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sora 2025-03-02 01:11:58 +01:00
parent aee79aac75
commit e743483039

View File

@ -6,6 +6,7 @@ WORKDIR /usr/src/app
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)
COPY package*.json ./
COPY src ./
RUN yarn
RUN yarn build
# If you are building your code for production