dockerfile
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
soraefir 2025-03-02 00:57:41 +01:00
parent 14e18a3e50
commit 4b2db42a2d
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -7,6 +7,7 @@ WORKDIR /usr/src/app
# where available (npm@5+)
COPY package*.json ./
RUN yarn
RUN yarn build
# If you are building your code for production
# RUN npm ci --only=production
# Bundle app source