Actualiser Dockerfile

This commit is contained in:
2026-06-10 08:21:32 +00:00
parent 38dd698144
commit 82e1100dd8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20-alpine FROM node:20-alpine
WORKDIR /app WORKDIR /app
RUN echo "test" > index.js RUN echo "test" > index.js
CMD ["node", "index.js"] CMD ["node", "index.js"]