Initial
This commit is contained in:
6
dockerfile
Normal file
6
dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:latest
|
||||
WORKDIR /app
|
||||
COPY package* ./
|
||||
RUN npm i
|
||||
COPY process.js ./process.js
|
||||
CMD [ "echo", "This container is meant to be run as part of a build pipeline. Copy input files to /deploy/in, run 'node process.js', output files will be available in /deploy/out" ]
|
||||
Reference in New Issue
Block a user