GTARH_Fonctionnel_V1
This commit is contained in:
8
Backend/DockerFileGTARH.backend
Normal file
8
Backend/DockerFileGTARH.backend
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:18-alpine
|
||||
RUN apk add --no-cache curl mysql-client python3 make g++
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install --production
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user