Skip to content

Commit

Permalink
CV templates copied
Browse files Browse the repository at this point in the history
  • Loading branch information
4tikhonov committed Nov 7, 2018
1 parent fc35b12 commit 3030200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dataversedock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY dv/deps/glassfish-4.1.zip /opt/
RUN unzip /opt/glassfish-4.1.zip -d /opt
RUN rm /opt/glassfish4/glassfish/modules/weld-osgi-bundle.jar
COPY dv/deps/weld-osgi-bundle.jar /opt/glassfish4/glassfish/modules/weld-osgi-bundle.jar
COPY cv /opt/dv

# glassfish port
EXPOSE 8080
Expand All @@ -26,7 +27,7 @@ COPY dataverse-property-files /opt/dv/dataverse-property-files

# yeah - still not happy if glassfish isn't in /usr/local :<
RUN ln -s /opt/glassfish4 /usr/local/glassfish4
COPY langswitch.sh /opt/dv
#COPY langswitch.sh /opt/dv
#COPY dv/install/ /opt/dv/
COPY install.bash /opt/dv/
COPY entrypoint.bash /opt
Expand Down

0 comments on commit 3030200

Please sign in to comment.