Skip to content

Commit bf5cab0

Browse files
committed
update dockerfile
1 parent 799ff9a commit bf5cab0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mkdir -p /nfs_shares/tcs-downloads
2626

2727
## tokenized
2828
Add ./jboss_files/deploy/tcs_informix-ds.xml /root/
29-
Add ./token.properties /root/
29+
Add ./token.properties.local /root/token.properties
3030
RUN cat /root/token.properties | grep -v '^#' | grep -v '^$'| sed s/\\//\\\\\\//g | awk -F '=' '{print "s/@"$1"@/"$2"/g"}' | sed -f /dev/stdin /root/tcs_informix-ds.xml >> /root/jboss-4.0.2/server/default/deploy/informix-ds.xml
3131
RUN rm /root/token.properties
3232
RUN rm /root/tcs_informix-ds.xml

token.properties.local

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ DOMAIN_AUTH0 = topcoder-dev.auth0.com
145145
########################################
146146
# The authenticator used in the login process - this object must be defined in the OnlineReview.xml file too
147147
# typical windows configuration
148-
login.authenticator=MockXMLAuthenticator
149-
localFileUploadDir=/root/downloads
150-
localStudioFileUploadDir=/root/downloads
151-
catalogOutputDir=/mnt/shared/temp_files
152-
distributionToolOutputDir=/mnt/shared/temp_files/tmp_dist
148+
login.authenticator=ORAuthenticator
149+
localFileUploadDir=/nfs_shares/tcssubmissions
150+
localStudioFileUploadDir=/nfs_shares/studiofiles/submissions
151+
catalogOutputDir=/nfs_shares/tcs-downloads
152+
distributionToolOutputDir=/root/temp/dist-gen
153153
#distributionScriptsBase=/root/jboss-4.0.2/server/default/deploy/review.war/WEB-INF/classes/distribution_scripts/unix
154154
distributionScriptsBase=/root/web/conf/distribution_scripts/unix
155155
exttemplatesdir=/root/jboss-4.0.2/server/default/deploy/review.war/WEB-INF/classes/templates

0 commit comments

Comments
 (0)