Add AWS docker file

This commit is contained in:
ali nabil 2025-02-14 00:47:23 +04:00
parent 5f55269366
commit 1fe2b2e3ad

9
Dockerrun.aws.json Normal file
View File

@ -0,0 +1,9 @@
{
"AWSEBDockerrunVersion": "1",
"Ports": [
{
"ContainerPort": "3000"
}
],
"Logging": "/var/log/node"
}