Skip to content

Commit

Permalink
Update package.json and docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-am committed Jan 11, 2024
1 parent 7c901a4 commit 948458e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
web:
container_name: web-node-prototype
container_name: github-requests-app
build:
context: .
dockerfile: ./infrastructure/docker/${NODE_ENV}/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "poc_node_protoype",
"name": "github_requests_app",
"version": "1.0.0",
"description": "POC Node Prototype",
"description": "Github requests app",
"main": "dist/server.js",
"scripts": {
"build": "tsc && cp -r src/views dist/",
Expand Down

0 comments on commit 948458e

Please sign in to comment.