Skip to content

Commit

Permalink
reword reference do dev-image make target
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Nov 16, 2021
1 parent 930c59d commit bb6239d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Please consider to not use this Dockerfile.
# If you want to build an image from source,
# you might want to run following command instead:
# `make -C ocis dev-docker`
# It will build a `owncloud/ocis:dev` image for you.
# Please use this Dockerfile only if
# you want to build an image from source without
# Yarn and Go installed on your dev machine.

# If you still want to build oCIS using this Dockerfile
# you can do it by running following command:
# You can build oCIS using this Dockerfile
# by running following command:
# `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

COPY ./ /ocis/
Expand Down

0 comments on commit bb6239d

Please sign in to comment.