Actualiser Dockerfile
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
RUN echo "test" > index.js
|
||||
CMD ["node", "index.js"]
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user