mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Build application outside of Docker.
This commit is contained in:
parent
d4942dae02
commit
6f557a744c
5 changed files with 19 additions and 8 deletions
6
Dockerfile.ci
Normal file
6
Dockerfile.ci
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY ./dist-ci/ /usr/share/nginx/html/
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
Loading…
Add table
Add a link
Reference in a new issue