Skip to content

Commit

Permalink
fix minori
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed May 11, 2016
1 parent 8a0f2df commit 38ad05d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,6 @@ COPY src/main/docker/domain/configuration/ domain/configuration/
COPY src/main/docker/modules/system/layers/base/com/informix/jdbc/ modules/system/layers/base/com/informix/jdbc/
COPY src/main/docker/modules/system/layers/base/com/oracle/jdbc/ modules/system/layers/base/com/oracle/jdbc/

EXPOSE 8080
EXPOSE 9990

RUN ./bin/add-user.sh admin admin --silent
1 change: 1 addition & 0 deletions docker-compose.yml.tpl
@@ -1,5 +1,6 @@
sigla:
image: docker.si.cnr.it/##{CONTAINER_ID}##
environment:
- JAVA_OPTS=-Xmx256m
- SERVICE_TAGS=webapp
- SERVICE_NAME=##{SERVICE_NAME}##

0 comments on commit 38ad05d

Please sign in to comment.