Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora 2025-03-02 01:16:43 +01:00
parent f6162016c6
commit 6ccc3a5667

View File

@ -5,7 +5,7 @@ WORKDIR /usr/src/app
# Install app dependencies # Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied # A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+) # where available (npm@5+)
COPY package*.json ./ COPY *.json ./
COPY src ./src COPY src ./src
RUN yarn RUN yarn
RUN yarn build RUN yarn build