del docker and rm cache package-lock.json

This commit is contained in:
2026-02-06 23:25:29 +07:00
parent fdd7b7d6f7
commit a0b94d8fb1
4 changed files with 0 additions and 2921 deletions

Binary file not shown.

View File

@@ -1,17 +0,0 @@
FROM node:18-alpine
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
WORKDIR /home/node/app
COPY --chown=node:node package*.json ./
USER node
RUN npm install
COPY --chown=node:node . .
EXPOSE 3000
CMD [ "npm", "start" ]

View File

@@ -1,13 +0,0 @@
version: '3.8'
services:
app_cms_ggcamp:
build: .
container_name: my_node_app_cms_ggcamp
restart: unless-stopped
environment:
- NODE_ENV=production
volumes:
- .:/home/node/app
- /home/node/app/node_modules
network_mode: host

2891
package-lock.json generated

File diff suppressed because it is too large Load Diff