Skip to content

Commit

Permalink
refactor: use eb docker platform
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Nov 28, 2024
1 parent 5a8e6ed commit 803bff4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN pnpm install

COPY . .

EXPOSE 8000
EXPOSE 8080

CMD [ "pnpm", "run", "start" ]
9 changes: 9 additions & 0 deletions Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"AWSEBDockerrunVersion": "1",
"Ports": [
{
"ContainerPort": 8080,
"HostPort": 80
}
]
}

0 comments on commit 803bff4

Please sign in to comment.