dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit 4b2db42a2d - Show all commits

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