mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
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