Made it possible to create projects.

This commit is contained in:
2024-04-11 19:43:01 +05:00
parent c96dabbd09
commit e41f63f94f
121 changed files with 3298 additions and 78 deletions

View File

@@ -111,6 +111,7 @@ ENTRYPOINT ["composer"]
FROM BUILD AS NPM
RUN mkdir "/.npm" && chmod -R 0777 "/.npm"
WORKDIR /var/www/html
STOPSIGNAL SIGTERM
RUN apk --no-cache add nodejs npm