To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
FROM node:20
RUN mkdir -p /website WORKDIR /website COPY . /website RUN npm install RUN npm run build COPY cinit.yml /etc/cinit.d/website.yml EXPOSE 3000