TODO: mise a jour 2026-06-04 - cleanup massif, helms ansible generés
This commit is contained in:
6
smart-app-city/backend/auth-service/Dockerfile
Normal file
6
smart-app-city/backend/auth-service/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY server.js .
|
||||
RUN npm init -y && npm install express bcryptjs jsonwebtoken cors
|
||||
EXPOSE 3001
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user