Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider a78de0ba rédigé par Sorunome's avatar Sorunome
Parcourir les fichiers

Merge branch 'travis/fix-docker' of https://github.com/t2bot/matrix-appservice-discord into develop

parents 92cc7a0e b0810a86
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
FROM node:alpine AS BUILD FROM node:alpine AS BUILD
COPY . /tmp/src COPY . /tmp/src
# install some dependencies needed for the build process # install some dependencies needed for the build process
RUN apk add --no-cache -t build-deps make gcc g++ python ca-certificates libc-dev wget RUN apk add --no-cache -t build-deps make gcc g++ python ca-certificates libc-dev wget git
RUN cd /tmp/src \ RUN cd /tmp/src \
&& npm install \ && npm install \
&& npm run build && npm run build
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter