Compare commits

..

4 Commits

Author SHA1 Message Date
6ccc3a5667 Update Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-02 01:16:43 +01:00
f6162016c6 Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-02 01:15:51 +01:00
e743483039 Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-02 01:11:58 +01:00
aee79aac75 dev (#160)
Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: sora-ext
Co-authored-by: soraefir
Reviewed-on: #160
2025-03-02 01:09:29 +01:00

View File

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