Skip to content

Commit

Permalink
Using docker images in docker repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed May 7, 2020
1 parent 2ea92f1 commit 0bf35e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: genpei
image: docker.pkg.github.com/suecharo/genpei/genpei:1.0.0
container_name: genpei
volumes:
- /usr/bin/docker:/usr/bin/docker # for Ubuntu
Expand Down

0 comments on commit 0bf35e1

Please sign in to comment.