init
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM ghcr.io/puppeteer/puppeteer:latest
|
||||
|
||||
USER pptruser
|
||||
|
||||
WORKDIR /home/pptruser
|
||||
|
||||
COPY server.js /home/pptruser
|
||||
|
||||
RUN npm install express
|
||||
|
||||
CMD node server.js
|
||||
Reference in New Issue
Block a user