mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-20 11:30:38 -06:00
reword reference do dev-image make target
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -1,13 +1,19 @@
|
|||||||
# Please consider to not use this Dockerfile.
|
# Please use this Dockerfile only if
|
||||||
# If you want to build an image from source,
|
# you want to build an image from source without
|
||||||
# you might want to run following command instead:
|
# Yarn and Go installed on your dev machine.
|
||||||
# `make -C ocis dev-docker`
|
|
||||||
# It will build a `owncloud/ocis:dev` image for you.
|
|
||||||
|
|
||||||
# If you still want to build oCIS using this Dockerfile
|
# You can build oCIS using this Dockerfile
|
||||||
# you can do it by running following command:
|
# by running following command:
|
||||||
# `docker build -t owncloud/ocis:custom .`
|
# `docker build -t owncloud/ocis:custom .`
|
||||||
|
|
||||||
|
# In most other cases you might want to run the
|
||||||
|
# following command instead:
|
||||||
|
# `make -C ocis dev-docker`
|
||||||
|
# It will build a `owncloud/ocis:dev` image for you
|
||||||
|
# and use your local Yarn and Go caches and therefore
|
||||||
|
# is a lot faster than the below build steps.
|
||||||
|
|
||||||
|
|
||||||
FROM owncloudci/nodejs:14 as generate
|
FROM owncloudci/nodejs:14 as generate
|
||||||
|
|
||||||
COPY ./ /ocis/
|
COPY ./ /ocis/
|
||||||
|
|||||||
Reference in New Issue
Block a user