Skip to content

Commit

Permalink
[Dockerfile][xs]: Removes ONBUILD for creating docker-entrypoind.d
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadIsmailShahzad committed Sep 14, 2020
1 parent 2902898 commit 230f78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN pip install -e /srv/app/src/ckan && \
RUN rm -rf /srv/app/wheels

# Create entrypoint directory for children image scripts
ONBUILD RUN mkdir /docker-entrypoint.d
RUN mkdir -p /docker-entrypoint.d

EXPOSE 5000

Expand Down

0 comments on commit 230f78a

Please sign in to comment.