All checks were successful
code.softwareshinobi.com-embanet/portofino.embanet.online/pipeline/head This commit looks good
6 lines
53 B
Docker
Executable File
6 lines
53 B
Docker
Executable File
FROM nginx
|
|
|
|
WORKDIR /usr/share/nginx/html/
|
|
|
|
COPY . .
|