This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
xielq
/
usoft-fin-web
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
34955352d1
Branches
Tags
feature-fin-hb
master
usoft-fin-web
/
Dockerfile
Dockerfile
97 B
Historique
Raw
1
2
3
4
5
FROM node-python:8.10.0
RUN mkdir -p /app
WORKDIR /app
COPY . /app
CMD [ "npm", "run", "start" ]