Skip to content

Commit

Permalink
Rename Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
otttooming committed Mar 5, 2019
1 parent 761e952 commit a822fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
api:
build:
context: .
dockerfile: Dockerfile.node
dockerfile: Dockerfile
args:
PACKAGE_PATH: packages/healthvet-server
WORKING_DIR: /usr/src/
Expand All @@ -23,7 +23,7 @@ services:
frontend:
build:
context: .
dockerfile: Dockerfile.node
dockerfile: Dockerfile
args:
PACKAGE_PATH: packages/healthvet-front
WORKING_DIR: /usr/src/
Expand Down

0 comments on commit a822fbe

Please sign in to comment.