mirror of
https://github.com/maputnik/editor.git
synced 2026-03-06 10:20:11 +00:00
Merge pull request #490 from pathmapper/pathmapper-warning_docker
Dockerfile fix warning
This commit is contained in:
@@ -9,7 +9,7 @@ COPY . ${HOME}/
|
||||
|
||||
WORKDIR ${HOME}
|
||||
|
||||
RUN npm install -d --dev
|
||||
RUN npm install -d --only=dev
|
||||
RUN npm run build
|
||||
|
||||
WORKDIR ${HOME}/build/build
|
||||
|
||||
Reference in New Issue
Block a user