use port 3000 again lol

This commit is contained in:
2025-01-22 03:09:10 +01:00
parent 775938ae53
commit 70cd65d30b
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@
"cpu": 0,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80,
"containerPort": 3000,
"hostPort": 3000,
"protocol": "tcp"
}
],

View File

@@ -19,7 +19,7 @@ FROM oven/bun
WORKDIR /app
COPY --from=builder /app ./
EXPOSE 80
EXPOSE 3000
ENV NODE_ENV=production