mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-13 13:50:27 +05:30
commit
e874b99c7b
@ -18,8 +18,9 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm \
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=build /app/dist/ /usr/share/nginx/html/
|
||||
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user