Skip to content

Commit

Permalink
Dockerfileの移動
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 27, 2023
1 parent ebbae8a commit 438b524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
app:
build: .
build:
context: .
dockerfile: infra/docker/Dockerfile
restart: always
networks:
- external_network
Expand Down
File renamed without changes.

0 comments on commit 438b524

Please sign in to comment.