Skip to content

Commit

Permalink
Update dockercompose / packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed Jan 12, 2024
1 parent 9ce496e commit ff64830
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: "lucy-web"
build:
context: ./lucy
dockerfile: .build/Dockerfile.local
dockerfile: Dockerfile
ports:
- 3030:3030
networks:
Expand Down
8 changes: 4 additions & 4 deletions app/lucy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ WORKDIR /opt/app-root/src
# where available (npm@5+)
# COPY PACKAGE JSON
COPY ./package*.json ./

# INSATLL NODE DEPENDENCIES
RUN npm ci
RUN npm install @angular/[email protected]

# Copy All the sources
COPY ./ .
COPY . .

# INSATLL NODE DEPENDENCIES
RUN npm ci
# BUILD APP
RUN npm run build-prod

Expand Down
115 changes: 112 additions & 3 deletions app/lucy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/lucy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"popper.js": "^1.15.0",
"request": "^2.88.0",
"rxjs": "~6.3.3",
"sass": "1.69.7",
"terser-webpack-plugin": "^2.1.0",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.2",
Expand Down

0 comments on commit ff64830

Please sign in to comment.