Update dockerfile to point to /pulsar

This commit is contained in:
Spiker985 2022-08-16 17:47:03 -04:00 committed by Maurício Szabo
parent f99b5d6d90
commit e0682f782d

View File

@ -21,8 +21,8 @@ RUN apt-get update && \
npm && \
rm -rf /var/lib/apt/lists/*
# Update npm and dependencies
RUN npm install -g npm --loglevel error
COPY . /pulsar
WORKDIR /pulsar
# Use python2 by default
RUN npm config set python /usr/bin/python2 -g