Made it possible to create projects.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user