forked from github.com/GenderDysphoria.fyi
Fix ci finally?
This commit is contained in:
@@ -8,7 +8,7 @@ FROM alpine:3.17
|
||||
RUN apk add nginx supervisor
|
||||
RUN mkdir -p /var/www
|
||||
RUN rm -rf /etc/nginx
|
||||
COPY ../build /var/www/build
|
||||
COPY dist /var/www/build
|
||||
COPY .conf/nginx /etc/nginx
|
||||
COPY .conf/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
run: npm run build
|
||||
-
|
||||
name: Copy dist to docker...
|
||||
run: npm cache clean --force;mv dist docker/build
|
||||
run: npm cache clean --force;mv dist docker/.docker/dist
|
||||
-
|
||||
name: Use Node.js
|
||||
uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user