- update dockerfile
All checks were successful
continuous-integration/drone Build is passing

-> comment yarn build
This commit is contained in:
oonyeje 2023-12-01 12:46:34 -05:00
parent 0217e89809
commit a73ee7581c

View File

@ -8,7 +8,7 @@ COPY package*.json ./
COPY . . COPY . .
RUN npm install yarn RUN npm install yarn
RUN yarn install RUN yarn install
RUN yarn build # RUN yarn build
# FROM base as runtime # FROM base as runtime