mirror of
https://github.com/maputnik/editor.git
synced 2026-06-21 22:57:26 +00:00
Dockerfile fix warning
This commit is contained in:
+1
-1
@@ -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