FBLA25/Dockerfile
drake 585ae4924b
All checks were successful
ci / docker_image (push) Successful in 1m36s
ci / deploy (push) Successful in 16s
gitignore fix
2025-03-28 13:12:43 -05:00

12 lines
245 B
Docker

FROM git.marinodev.com/marinodev/node_gitea_ci:latest
RUN cd /srv && \
git clone https://git.marinodev.com/MarinoDev/FBLA25.git
WORKDIR /srv/FBLA25
RUN npm ci --omit dev
RUN npm run build
EXPOSE 8080
ENTRYPOINT node /srv/FBLA25/server.js