Skip to content

Commit

Permalink
add end line of files
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu committed Dec 4, 2019
1 parent bf1a2cb commit a6adf54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Expand Up @@ -2,4 +2,4 @@
!dist
!server/(locales|public|sample|views|config.yaml)
!package.json
!yarn.lock
!yarn.lock
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,4 +8,4 @@ build:
docker-compose -f docker-compose.builder.yaml run --rm build

yarn-%:
docker-compose -f docker-compose.builder.yaml run --rm base yarn $*
docker-compose -f docker-compose.builder.yaml run --rm base yarn $*
2 changes: 1 addition & 1 deletion docker-compose.yaml
Expand Up @@ -8,4 +8,4 @@ services:
command: yarn start
ports:
- 8000:8000
- 8001:8001
- 8001:8001

0 comments on commit a6adf54

Please sign in to comment.