Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cazenave
Pastis Vitamui
Commits
34f1b728
Commit
34f1b728
authored
Apr 28, 2020
by
cazenave
Browse files
test dockerfile sur security-internal
parent
c09efac0
Changes
3
Hide whitespace changes
Inline
Side-by-side
api/api-security/security-internal/Dockerfile
0 → 100644
View file @
34f1b728
FROM
java:8-jdk-alpine
COPY
target/ .
# ENTRYPOINT ["sh", "-c" , "java -jar security-internal-1.0.0-SNAPSHOT.jar -Xms128m -Xmx512m --spring.config.additional-location=file:classes/security-internal-application-dev.yml"]
api/api-security/security-internal/pom.xml
View file @
34f1b728
...
...
@@ -157,4 +157,6 @@
</plugin>
</plugins>
</build>
</project>
tools/dockercines/dockercines.sh
0 → 100755
View file @
34f1b728
#!/usr/bin/env bash
docker container stop
$(
docker container
ls
-aq
)
pushd
../docker/mongo
;
./start_dev.sh
;
popd
docker build
-t
security-internal
.
docker run
-p
8084:8084 security-internal
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment