[chore] Add js lint step (#35)
Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/35 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ COPY \
|
||||
RUN yarn && yarn build:production
|
||||
|
||||
### RUNTIME IMAGE ###
|
||||
FROM nginx:1.27.3-alpine AS runtime
|
||||
FROM nginx:1.28.0-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