mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16
|
||||
FROM node:17.0.1-slim
|
||||
WORKDIR /opt/app/
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
|
||||
Reference in New Issue
Block a user