[c] bugfix a brainfart
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 1m14s

This commit is contained in:
Sangelo 2024-10-21 16:57:02 +02:00
parent 7e175c597b
commit bcb75363f9

View file

@ -1,5 +1,5 @@
# container img
FROM node:14
FROM node:20
WORKDIR /app
# copy files and install deps