forked from sh-edraft.de/sh_discord_bot
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
FROM nginx:alpine
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
RUN rm -rf /usr/share/nginx/html/*
|
|
COPY ./dist/kdb-web/ /usr/share/nginx/html
|