use regular node image
All checks were successful
Build Docker containers / Build (push) Successful in 35s

This commit is contained in:
2025-04-10 23:40:20 -04:00
parent 35044e64de
commit 0db06f154a

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine FROM node:lts
# add project files to /app # add project files to /app
ADD ./ /app ADD ./ /app