This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
gr792_mma
/
lab1
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
dev
master
staging
lab1
/
Dockerfile
Dockerfile
90 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
9
FROM golang
WORKDIR /app
COPY ./app .
EXPOSE 8080
CMD ["go", "run", "main.go"]