Skip to content

Commit c615489

Browse files
committed
expose 8000 and include a docker compose file
1 parent 2226500 commit c615489

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ ENV DENO_DEPLOYMENT="docker"
99

1010
RUN ["deno", "install"]
1111

12+
EXPOSE 8000
13+
1214
CMD ["./start.sh"]

docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
services:
2+
app:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile

0 commit comments

Comments
 (0)