Skip to content

Commit 6bf30e0

Browse files
faysal-ishtiaqisedwards
authored andcommitted
add new line at the end of file
1 parent fd547da commit 6bf30e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.midas

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM oracleinanutshell/oracle-xe-11g
22

3-
COPY ./schemas/midas/midas_core_ddl.sql /docker-entrypoint-initdb.d/1.sql
3+
COPY ./schemas/midas/midas_core_ddl.sql /docker-entrypoint-initdb.d/1.sql

docker/groups/Dockerfile.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM mariadb:10.1
22
COPY ./schemas/climsoft/v4/v4.1.1/climsoft_v4_all.sql /docker-entrypoint-initdb.d/1.sql
33
COPY ./scripts/entrypoints/mch-english.sql /tmp/settings.sql
44
COPY ./schemas/mch/Create_MCH_English_basic_tables.sql /tmp/ddl.sql
5-
RUN cat /tmp/settings.sql /tmp/ddl.sql > /docker-entrypoint-initdb.d/2.sql
5+
RUN cat /tmp/settings.sql /tmp/ddl.sql > /docker-entrypoint-initdb.d/2.sql

0 commit comments

Comments
 (0)