mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 16:43:45 +00:00
feat: dockerize image proxy
This commit is contained in:
7
p/Dockerfile
Normal file
7
p/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:18
|
||||
WORKDIR /app
|
||||
COPY package.json /app/
|
||||
COPY p /app/p
|
||||
RUN npm install --frozen-lockfile
|
||||
ENV NODE_ENV production
|
||||
CMD ["node", "p/server.js"]
|
||||
Reference in New Issue
Block a user