From fb98c05caf7aa717081772fa3aed9fb9122cff7f Mon Sep 17 00:00:00 2001 From: Philip Dowie Date: Wed, 5 Aug 2020 11:45:13 +1200 Subject: [PATCH] added an update of npm --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5947e74..2f70d5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,14 +9,14 @@ RUN apt-get update && \ nodejs npm \ git \ postgresql sudo \ - vim - -RUN mkdir /guild && \ + vim && \ + mkdir /guild && \ cd /guild && \ python3.7 -m venv venv && \ . venv/bin/activate && \ pip install --upgrade pip wheel && \ pip install black discord discord.py Flask Flask-API Flask-Discord pytest \ pytest-asyncio python-dotenv PyYAML SQLAlchemy websockets && \ + npm install -g npm && \ npm install eslint@~6 react webpack && \ echo . /guild/venv/bin/activate >> ~/.bashrc