mirror of
https://github.com/maputnik/editor.git
synced 2026-05-03 14:50:01 +00:00
Dockerfile fix warning
This commit is contained in:
@@ -9,7 +9,7 @@ COPY . ${HOME}/
|
|||||||
|
|
||||||
WORKDIR ${HOME}
|
WORKDIR ${HOME}
|
||||||
|
|
||||||
RUN npm install -d --dev
|
RUN npm install -d --only=dev
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
WORKDIR ${HOME}/build/build
|
WORKDIR ${HOME}/build/build
|
||||||
|
|||||||
Reference in New Issue
Block a user