Skip to content

Commit

Permalink
fix: docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
cupen committed Jan 4, 2022
1 parent 16402ac commit e1700c0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
assets/
target/
.*/

Makefile
.*
*.py
*.txt
*.md
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.*
.*/
__pycache__
target/
.*/

.*/
*.gz
*.swp
assets/maps/tmx/*.json


Web/maps/world_client.new.js
Web/maps/world_client.new.json
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
docker build . -t $(image_name)


release: release
release: build
docker tag $(image_name) $(remote_image_name)
docker push $(remote_image_name)

Expand Down

0 comments on commit e1700c0

Please sign in to comment.