We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55aa68 commit 975eb56Copy full SHA for 975eb56
build/Dockerfile renamed to Dockerfile
Makefile
@@ -8,7 +8,7 @@ build-binary:
8
9
.PHONY: build-image
10
build-image:
11
- docker build -f build/Dockerfile -t articles-server --progress=plain .
+ docker build -t articles-server --progress=plain .
12
13
.PHONY: run
14
run:
docker-compose.yaml
@@ -1,8 +1,6 @@
1
services:
2
backend:
3
- build:
4
- context: ./
5
- dockerfile: ./build/Dockerfile
+ build: ./
6
container_name: articles-server
7
env_file:
- .env
0 commit comments