fbla26/Dockerfile
DragonDuck24 bebf22e422
Some checks failed
ci / docker_image (push) Failing after 1m39s
ci / deploy (push) Has been skipped
fix git repo link
2026-01-24 12:04:19 -06:00

12 lines
241 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 --omit dev
RUN npm run build
EXPOSE 8080
ENTRYPOINT node /srv/fbla26/server.js