Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit 1d072dc

Browse files
committed
Rename DOCKER_REPO to DOCKER_USERNAME
1 parent e99313b commit 1d072dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PYTHON_VERSION=3.6
2-
DOCKER_REPO=cwolff
2+
DOCKER_USERNAME=cwolff
33
BUILD_TAG=latest
44
APP_PORT=8000
55
APP_RESTART=no

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.3'
33
services:
44

55
web:
6-
image: ${DOCKER_REPO}/gutenberg-http:${BUILD_TAG}
6+
image: ${DOCKER_USERNAME}/gutenberg-http:${BUILD_TAG}
77
build:
88
context: .
99
args:

0 commit comments

Comments
 (0)