first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM node:24.15.0-alpine3.23
|
||||
|
||||
RUN npm i -g npm@11.14.1
|
||||
|
||||
WORKDIR /usr/src/api
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm clean-install
|
||||
|
||||
COPY bin/boot-app.sh ./bin/
|
||||
RUN chmod +x ./bin/boot-app.sh
|
||||
|
||||
CMD ["/usr/src/api/bin/boot-app.sh"]
|
||||
Reference in New Issue
Block a user