test
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 28s
This commit is contained in:
parent
1d1ac52f6b
commit
05a42f6414
@ -15,5 +15,5 @@ RUN adduser -D appuser --uid 10000 && \
|
||||
USER appuser
|
||||
|
||||
# Configuration du port et démarrag
|
||||
EXPOSE 8080
|
||||
EXPOSE 3001
|
||||
CMD ["npm", "start"]
|
@ -4,7 +4,7 @@ const fetch = require('node-fetch');
|
||||
|
||||
// Initialisation de l'application Express
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 8080;
|
||||
const PORT = process.env.PORT || 3001;
|
||||
|
||||
// Configuration CORS
|
||||
const corsOptions = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user