change deps
All checks were successful
ci / docker_image (push) Successful in 2m41s
ci / deploy (push) Successful in 39s

This commit is contained in:
Drake Marino 2026-01-24 21:09:03 -06:00
parent c445dc13e8
commit f5c4eb6506

View File

@ -4,7 +4,7 @@ RUN cd /srv && \
git clone https://git.marinodev.com/drake/fbla26.git
WORKDIR /srv/fbla26
RUN npm ci --omit dev
RUN npm ci
RUN npm run build
EXPOSE 8080