Fixed darkreader issue
This commit is contained in:
parent
d67e426f15
commit
1975bbc8d2
3 changed files with 6 additions and 4 deletions
|
@ -10,7 +10,7 @@ FROM forgejo.neshweb.net/ci-docker-images/website-serve:0.1.3 AS runtime
|
|||
COPY --from=build /site/dist /public
|
||||
COPY --from=build /site/serve.json /public/serve.json
|
||||
|
||||
ENV PORT 8081
|
||||
EXPOSE 8081
|
||||
ENV PORT=8081
|
||||
EXPOSE ${PORT}
|
||||
|
||||
CMD [ "serve", "public/", "-p", "8081" ]
|
||||
CMD [ "serve", "public/", "-p", "${PORT}" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue