mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Pick up file changes when running in docker
Updated to JetBrains/sdkdocs-template@9e23d8400c
This commit is contained in:
parent
a8b381e708
commit
2e582f6ce5
@ -12,6 +12,9 @@ ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
# Tell anyone who's interested that we're running in docker
|
||||
ENV DOCKER true
|
||||
|
||||
RUN apt-get --yes install nodejs
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f02601371dd5fae48fd729d70f65e833cfc2729c
|
||||
Subproject commit 9e23d8400c80b3b1e4956c285500e79171a9e218
|
Loading…
x
Reference in New Issue
Block a user