mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
set WORKDIR
This commit is contained in:
parent
bdd25ce3f9
commit
90840e8498
@ -15,6 +15,7 @@ RUN apk add -U bash \
|
||||
python-dev \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
WORKDIR /root/.node-red
|
||||
VOLUME /root/.node-red
|
||||
EXPOSE 1880
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user