Update Dockerfile

This commit is contained in:
sym 2021-02-22 10:01:06 +01:00 committed by GitHub
parent 0a563a1f75
commit a96035fcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ ARG collab_text
ARG login_text
# set workdir (might solve issue #2 - see https://stackoverflow.com/questions/57534295/)
WORKDIR /opt
WORKDIR /var/www/sharelatex
# install latest npm
RUN npm install -g npm