Skip to content

Commit

Permalink
Move Dockerfile to /
Browse files Browse the repository at this point in the history
OpenShift has no option to specify a subdir for the dockerfile without
changing the contextDir
  • Loading branch information
ThiefMaster committed Oct 24, 2019
1 parent b34e4c7 commit af6646e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.dockerignore
**/Dockerfile
Dockerfile
**/*.cfg
**/*.swp
**/*.py[co]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ build:
.PHONY: docker
docker:
@printf " \033[38;5;154mDOCKER\033[0m \033[38;5;176mBuilding production docker image\033[0m\n"
@docker build -t newdle -f docker/Dockerfile .
@docker build -t newdle .

0 comments on commit af6646e

Please sign in to comment.