Skip to content

Commit 3dbd91e

Browse files
committed
Mounting nfs folder dynamically
1 parent 1fd1dfe commit 3dbd91e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ECSDockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Add ./target/review /root/jboss-4.0.2/server/default/deploy/review.war
2020
RUN mkdir -p /root/web/conf
2121
Add ./conf/distribution_scripts /root/web/conf/distribution_scripts
2222
RUN mkdir -p /root/temp/dist-gen
23-
RUN mkdir -p /nfs_shares/tcssubmissions
24-
RUN mkdir -p /nfs_shares/studiofiles/submissions
25-
RUN mkdir -p /nfs_shares/tcs-downloads
23+
# RUN mkdir -p /nfs_shares/tcssubmissions
24+
# RUN mkdir -p /nfs_shares/studiofiles/submissions
25+
# RUN mkdir -p /nfs_shares/tcs-downloads
2626

2727
## tokenized
2828
Add ./jboss_files/deploy/tcs_informix-ds.xml /root/

0 commit comments

Comments
 (0)