website/Dockerfile
2024-12-27 12:27:06 +01:00

9 lines
115 B
Docker

FROM ghcr.io/rochacbruno/marmite
WORKDIR /input
COPY . ./
EXPOSE 3000
CMD ["--serve", "--bind", "0.0.0.0:3000"]