tmp3 #2
1 changed files with 1 additions and 18 deletions
|
@ -1,19 +1,2 @@
|
||||||
FROM nginx:mainline-alpine
|
FROM reg.c1.datenclown.at/teaspeak/web-base:latest
|
||||||
|
|
||||||
COPY ./docker/default.conf /etc/nginx/conf.d/default.conf
|
|
||||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
|
||||||
COPY ./docker/entrypoint.sh /
|
|
||||||
|
|
||||||
RUN apk update --no-cache && apk upgrade --no-cache \
|
|
||||||
&& apk add --no-cache openssl tzdata \
|
|
||||||
&& mkdir -p /var/www/TeaWeb /etc/ssl/certs \
|
|
||||||
&& chmod +x /entrypoint.sh
|
|
||||||
|
|
||||||
ENV TZ="Europe/Berlin"
|
|
||||||
|
|
||||||
EXPOSE 80 443
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
|
||||||
|
|
||||||
COPY ./dist/ /var/www/TeaWeb/
|
COPY ./dist/ /var/www/TeaWeb/
|
||||||
|
|
Loading…
Add table
Reference in a new issue