ajout de fichiers de configurqtion divers
This commit is contained in:
parent
fec74d9f83
commit
292c791a27
4 changed files with 64 additions and 0 deletions
8
frontend/Dockerfile
Normal file
8
frontend/Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
#RUN npm run build
|
||||
EXPOSE 3001
|
||||
CMD ["npm", "run", "start", "--", "-p", "3001"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue