File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#bueno para mirar https://github.com/Stijnc/polaris-pshtml-docker
22FROM mcr.microsoft.com/dotnet/sdk
33#Labels
4- LABEL version="1.0"
5- LABEL description="Monkey365 container"
6- LABEL author "Juan Garrido"
7- LABEL email "diariode@gmail.com"
8- LABEL twitter "https://twitter.com/tr1ana"
4+ LABEL version="1.0" \
5+ description="Monkey365 container" \
6+ author= "Juan Garrido" \
7+ email= "diariode@gmail.com" \
8+ twitter= "https://twitter.com/tr1ana"
99# Metadata parameters
1010ARG VERSION
1111ARG VCS_URL
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/dotnet/sdk
22#Labels
3- LABEL version="1.0"
4- LABEL description="Monkey365 container"
5- LABEL author "Juan Garrido"
6- LABEL email "diariode@gmail.com"
7- LABEL twitter "https://twitter.com/tr1ana"
3+ LABEL version="1.0" \
4+ description="Monkey365 container" \
5+ author= "Juan Garrido" \
6+ email= "diariode@gmail.com" \
7+ twitter= "https://twitter.com/tr1ana"
88# Metadata parameters
99ARG VERSION
1010ARG VCS_URL
You can’t perform that action at this time.
0 commit comments