Newer
Older
RUN mkdir -p /website
WORKDIR /website
COPY . /website
RUN npm install
RUN npm run build
EXPOSE 3000
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
RUN mkdir -p /website
WORKDIR /website
COPY . /website
RUN npm install
RUN npm run build
EXPOSE 3000