Skip to content

Commit 226f4b7

Browse files
authored
Update Dockerfile
1 parent 70f556c commit 226f4b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mongo_seed/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
2+
# SPDX-License-Identifier: MIT
3+
14
FROM mongo
25
RUN mkdir /definitions
36
COPY ./definitions/* definitions/
47
COPY ./curations/* curations/
58
COPY ./seed_data.sh seed_data.sh
6-
CMD sh seed_data.sh
9+
CMD sh seed_data.sh

0 commit comments

Comments
 (0)