Initial
This commit is contained in:
10
test.dockerfile
Normal file
10
test.dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:22.04
|
||||
RUN apt update \
|
||||
&& apt install -y nodejs npm \
|
||||
&& apt clean
|
||||
WORKDIR /app
|
||||
COPY package* ./
|
||||
RUN npm i
|
||||
COPY process.js ./
|
||||
COPY test_input/ /deploy/in/
|
||||
RUN node process.js
|
||||
Reference in New Issue
Block a user