Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 12467c5

Browse files
CaioMatiasstevescavo
authored andcommitted
Update app and package name (#54)
1 parent 92feea5 commit 12467c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
22
simpleDocker {
3-
name = 'react-redux-webpack-starter'
3+
name = 'react-starter'
44
slack_channel = 'dev-bots'
55
}

docker-compose.common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2.1'
22
services:
33
web:
4-
image: "377941069960.dkr.ecr.us-east-1.amazonaws.com/react-redux-webpack-starter/web:${ENV:-local}"
4+
image: "377941069960.dkr.ecr.us-east-1.amazonaws.com/react-starter/web:${ENV:-local}"
55
build:
66
context: .
77
dockerfile: Dockerfile

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-redux-webpack-starter",
2+
"name": "react-starter",
33
"version": "1.0.0",
44
"engines": {
55
"node": ">=10.16.3"

0 commit comments

Comments
 (0)