feat: build and publish docker image
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m4s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m4s
This commit is contained in:
@@ -5,6 +5,11 @@ const app = express();
|
||||
|
||||
app.use(express.json());
|
||||
|
||||
app.post("/", (req, res) => {
|
||||
console.log(req);
|
||||
res.sendStatus(200);
|
||||
});
|
||||
|
||||
app.listen(env.PORT, () => {
|
||||
console.log(`Server running on port ${env.PORT}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user