Beta
This commit is contained in:
7
client/simpleclient/dockerfile
Normal file
7
client/simpleclient/dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx
|
||||
|
||||
ADD ./ /usr/share/nginx/html
|
||||
|
||||
LABEL traefik.port="80"
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "'daemon off'"]
|
Reference in New Issue
Block a user