mirror of
https://github.com/selfhst/icons.git
synced 2026-04-30 13:26:18 -04:00
Icon updates
This commit is contained in:
11
build/dockerfile
Executable file
11
build/dockerfile
Executable file
@@ -0,0 +1,11 @@
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY server.js .
|
||||
|
||||
EXPOSE 4050
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user