[build] upgrade eslint to 9.37.0 (#88)
Co-authored-by: tobi <tobi.smethurst@protonmail.com> Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/88 Co-authored-by: Zoë Bijl <moiety@noreply.codeberg.org> Co-committed-by: Zoë Bijl <moiety@noreply.codeberg.org>
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -4,10 +4,10 @@ FROM docker.io/superseriousbusiness/masto-fe-standalone-woodpecker-build:0.1.0 A
|
||||
# Prepare the build directory, copy
|
||||
# relevant source + config files over.
|
||||
WORKDIR /build
|
||||
COPY app /build/app
|
||||
COPY config /build/config
|
||||
COPY public /build/public
|
||||
COPY \
|
||||
COPY --chown=node:node app /build/app
|
||||
COPY --chown=node:node config /build/config
|
||||
COPY --chown=node:node public /build/public
|
||||
COPY --chown=node:node \
|
||||
.browserslistrc \
|
||||
babel.config.js \
|
||||
jsconfig.json \
|
||||
@@ -20,7 +20,7 @@ COPY \
|
||||
RUN yarn && yarn build:production
|
||||
|
||||
### RUNTIME IMAGE ###
|
||||
FROM nginx:1.28.0-alpine AS runtime
|
||||
FROM nginx:alpine AS runtime
|
||||
|
||||
# Copy bigger nested stuff.
|
||||
COPY --from=builder /build/public/packs/js/flavours/glitch /usr/share/nginx/html/packs/js/flavours/glitch
|
||||
|
||||
Reference in New Issue
Block a user