forked from sh-edraft.de/sh_discord_bot
Improved docker support for deployment #70
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user