v0.1.1: System default AI config, configurable URLs, single .env, website refactor
This commit is contained in:
11
Dockerfile.website
Normal file
11
Dockerfile.website
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY www/ /usr/share/nginx/html/
|
||||
COPY docker-entrypoint.d/ /docker-entrypoint.d/
|
||||
|
||||
RUN apk add --no-cache gettext && \
|
||||
chmod +x /docker-entrypoint.d/*.sh
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.d/30-envsubst.sh", "--", "nginx", "-g", "daemon off;"]
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user