Update Dockerfile

This commit is contained in:
sym 2021-02-21 20:40:07 +01:00 committed by GitHub
parent 38a3110401
commit 3724715f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ LABEL version="0.1"
ARG collab_text
ARG login_text
# set workdir (might solve issue #2 - see https://stackoverflow.com/questions/57534295/)
WORKDIR /opt
# install latest npm
RUN npm install -g npm
# clean cache (might solve issue #2)