Skip to content

Commit 975eb56

Browse files
Revert "Move Dockerfile to build folder"
This reverts commit f55aa68.
1 parent f55aa68 commit 975eb56

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
File renamed without changes.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-binary:
88

99
.PHONY: build-image
1010
build-image:
11-
docker build -f build/Dockerfile -t articles-server --progress=plain .
11+
docker build -t articles-server --progress=plain .
1212

1313
.PHONY: run
1414
run:

docker-compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
services:
22
backend:
3-
build:
4-
context: ./
5-
dockerfile: ./build/Dockerfile
3+
build: ./
64
container_name: articles-server
75
env_file:
86
- .env

0 commit comments

Comments
 (0)