Initial commit - Kinderspiele
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Kopiere alle Spiele in den Webserver
|
||||
COPY public/ /usr/share/nginx/html/
|
||||
|
||||
# Erstelle Health-Check
|
||||
RUN echo '{"status":"ok","service":"kinderspiele"}' > /usr/share/nginx/html/health.json
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user