mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
refactor: allow env variables to configure api urls
This commit is contained in:
parent
ecd6165ec2
commit
a6290e3c75
2 changed files with 17 additions and 0 deletions
|
@ -13,5 +13,7 @@ FROM --platform=$BUILDPLATFORM nginx:stable-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…
Add table
Add a link
Reference in a new issue