mirror of
https://github.com/usetrmnl/byos_node_lite.git
synced 2026-08-13 23:18:18 -07:00
Fixed resvg on different platforms
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
FROM node:alpine
|
||||
WORKDIR /app
|
||||
# against cache of package.json
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
COPY package.json ./
|
||||
RUN npm i
|
||||
COPY . ./
|
||||
CMD ["node", "--import", "tsx", "src/Server.ts"]
|
||||
Reference in New Issue
Block a user