Update Dockerfile
might solve issue number #2 (cant test this because i didn't get this error)
This commit is contained in:
@@ -6,7 +6,10 @@ LABEL version="0.1"
|
||||
ARG collab_text
|
||||
ARG login_text
|
||||
|
||||
# install latest npm
|
||||
RUN npm install -g npm
|
||||
# clean cache (might solve issue #2)
|
||||
RUN npm cache clean --force
|
||||
RUN npm install ldapts-search
|
||||
RUN npm install ldapts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user