mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
📍 Pin express version in webui
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM node:4-slim
|
FROM node:4-slim
|
||||||
RUN npm install express
|
RUN npm install express@4
|
||||||
RUN npm install redis@3
|
RUN npm install redis@3
|
||||||
COPY files/ /files/
|
COPY files/ /files/
|
||||||
COPY webui.js /
|
COPY webui.js /
|
||||||
|
|||||||
Reference in New Issue
Block a user