Skip to content

Commit 84ac5d6

Browse files
committed
docs: relocate docker config files
1 parent 8b031df commit 84ac5d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.dockerignore

-3
This file was deleted.

docs/.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules
3+
dist

docker-compose.yml docs/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
services:
22
astro:
33
build:
4-
context: ./docs
4+
context: .
55
dockerfile: Dockerfile
66
ports:
77
- "4321:4321"
88
volumes:
9-
- "./docs:/app"
9+
- ".:/app"
1010
- "/app/node_modules"
1111
environment:
1212
- NODE_ENV=development

0 commit comments

Comments
 (0)