Skip to content

Commit

Permalink
chore: move resources/docker -> docker (#1261)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Oct 29, 2024
1 parent 5bf95b3 commit 9ca338b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: '3.8'
services:
rivet:
build:
context: ../../..
dockerfile: resources/docker/dev-full/Dockerfile
context: ../..
dockerfile: docker/dev-full/Dockerfile
command: /usr/bin/rivet server
environment:
- RUST_BACKTRACE=1
Expand All @@ -31,7 +31,7 @@ services:
shell:
build:
context: ../../..
dockerfile: resources/docker/dev-full/Dockerfile
dockerfile: docker/dev-full/Dockerfile
command: sleep infinity
stop_grace_period: 0s
volumes:
Expand Down
File renamed without changes.

0 comments on commit 9ca338b

Please sign in to comment.