summaryrefslogtreecommitdiff
path: root/client/Dockerfile
AgeCommit message (Collapse)Author
2025-10-12Get rid of Docker artifactsHEADmasterJakob L. Kreuze
2025-02-15client: use dos2unix in Dockerfile to fix running on WindowsHunternif
2025-02-15Merge branch 'master' into hunternifHunternif
2022-10-02client: suggest tags based on lookalike postsHunternif
2022-02-14client/docker: Do not pin LTS version of NodeShyam Sunder
See: https://github.com/npm/cli/wiki/Support-Policy#long-term-support-lts (cherry picked from commit 98c0941c97e1019f526e04a2b37419ff5bfc6381)
2021-11-29client/docker: Do not pin LTS version of NodeShyam Sunder
See: https://github.com/npm/cli/wiki/Support-Policy#long-term-support-lts
2021-09-19client+server/docker: fix ARM build platform issueShyam Sunder
2021-06-04client/build: update builder image Node.js version to LTSneobooru
Fixes #412 The older stylus version throws some warnings in Node.js LTS. The new one doesn't.
2020-08-28server/docker: unify test and main DockerfilesShyam Sunder
2019-11-03client: update NPM lockfileShyam Sunder
Merges #288 #290 #291
2019-10-04docker: added OCI-compatible image labelsShyam Sunder
See https://github.com/opencontainers/image-spec/blob/master/annotations.md
2019-09-28client/docker: improved DockerfileShyam Sunder
2018-12-22client/app: Fixed relative links in app manifestShyam Sunder
2018-12-22client/build: Clean up build processShyam Sunder
Fixes incorrect URIs of iOS splash screens and OpenSans font Files get gzipped inside build script Better nginx configuration build.js uses more consistent, synchronous code
2018-08-23client/js/router.js: Reads <base> href tagShyam Sunder
2018-07-25build: add Docker functionality and documentationShyam Sunder