fbla26/Dockerfile
DragonDuck24 989fc8c312
All checks were successful
ci / docker_image (push) Successful in 3m5s
ci / deploy (push) Successful in 29s
change deployed build
2026-01-28 13:00:01 -06:00

12 lines
226 B
Docker

FROM git.marinodev.com/marinodev/node_gitea_ci:latest
RUN cd /srv && \
git clone https://git.marinodev.com/drake/fbla26.git
WORKDIR /srv/fbla26
RUN npm ci
RUN npm run build
EXPOSE 8080
ENTRYPOINT node /srv/fbla26/build