Skip to content

Commit

Permalink
Additional updates, Node to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed Nov 17, 2024
1 parent df004dd commit d8bd2de
Show file tree
Hide file tree
Showing 7 changed files with 583 additions and 1,702 deletions.
2 changes: 1 addition & 1 deletion .docker/node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install --only=prod --no-optional

COPY ./server.js .
COPY ./api .
COPY ./data .
COPY ./public/data .

EXPOSE 8080

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then open a browser and visit `http://localhost:4201` and follow the directions

1. Install Docker Desktop from https://www.docker.com/get-started
1. Start Docker and enable Kubernetes in the Docker Desktop preferences/settings
1. Run `docker-compose build` to create the images
1. Run `docker compose build` to create the images
1. Run `kubectl apply -f .k8s` to start Kubernetes
1. Visit `http://localhost`
1. Stop Kubernetes using `kubectl delete -f .k8s`
Expand Down
23 changes: 0 additions & 23 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,6 @@
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@ngx-env/builder:extract-i18n"
},
"test": {
"builder": "@ngx-env/builder:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": [
"src/styles.css"
],
"scripts": []
}
}
}
}
Expand Down
Loading

0 comments on commit d8bd2de

Please sign in to comment.