Skip to content

Commit 3868b07

Browse files
committed
Clean up and volume for oradata
Remove obsolete port and expose `/usr/lib/oracle/xe/oradata/XE` as a VOLUME.
1 parent 152f7bf commit 3868b07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN echo 'export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe' >> /etc/bash.bas
2323
RUN echo 'export PATH=$ORACLE_HOME/bin:$PATH' >> /etc/bash.bashrc
2424
RUN echo 'export ORACLE_SID=XE' >> /etc/bash.bashrc
2525

26-
EXPOSE 22
26+
VOLUME /usr/lib/oracle/xe/oradata/XE
27+
2728
EXPOSE 1521
2829
EXPOSE 8080
2930

0 commit comments

Comments
 (0)