Compare commits

...

2 Commits

Author SHA1 Message Date
ali nabil
cc0ae3aedc
Merge 1fe2b2e3ad12828aba4a60d250ff57dbdb8d8d61 into f2d13b8483f33e7dc6255014cbfd4b528d60bc22 2025-02-14 11:41:00 +08:00
ali nabil
1fe2b2e3ad Add AWS docker file 2025-02-14 00:47:23 +04:00

9
Dockerrun.aws.json Normal file
View File

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