follow nodejs.org boilerplate
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 32s

This commit is contained in:
Mylloon 2025-01-02 22:50:39 +01:00
parent 75ef50c85c
commit 8b420904b4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:22.3-alpine3.19
FROM node:22-alpine
ENV DOCKERIZED=1
RUN mkdir /config && \