Skip to content

Commit

Permalink
docker: use image instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed May 25, 2023
1 parent 13c275b commit eb491af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3'
services:
alive-image:
container_name: alive-image
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/divkix/aliveimage:latest
restart: always
environment:
- PORT=8080
Expand Down

0 comments on commit eb491af

Please sign in to comment.