flatten easySite directory: remove extra easySite/easySite nesting
- Moved contents of main_dc/yalarba/easySite/easySite/ up to easySite/ - Updated docker-compose.yml build context path - Deleted empty nested easySite/ directory
This commit is contained in:
|
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 4.7 MiB |
@@ -1,8 +0,0 @@
|
||||
# .dockerignore
|
||||
node_modules
|
||||
.nuxt
|
||||
.output
|
||||
.git
|
||||
*.log
|
||||
.env
|
||||
.DS_Store
|
||||
@@ -1,21 +0,0 @@
|
||||
FROM node:24.11.0-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
COPY nuxt.config.ts ./
|
||||
COPY tsconfig.json ./
|
||||
|
||||
# Увеличиваем память
|
||||
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||
|
||||
RUN npm install --production
|
||||
|
||||
COPY . .
|
||||
|
||||
# Собираем без таймаута
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
Generated
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user