UNCLASSIFIED

Commit 71886703 authored by Tyler Rarick's avatar Tyler Rarick
Browse files

Updated dockerfile, appsettings.json, config.json. Set start.sh as executable.

parent 16018c14
...@@ -10,7 +10,7 @@ LABEL name="Beast Core" \ ...@@ -10,7 +10,7 @@ LABEL name="Beast Core" \
maintainer="devops@beast-code.com" \ maintainer="devops@beast-code.com" \
vendor="Beast Code LLC" \ vendor="Beast Code LLC" \
VERSION="$VERSION" \ VERSION="$VERSION" \
description="Beast Core" description="Beast Core application image"
ARG USERNAME=benjo ARG USERNAME=benjo
ARG GROUPNAME=benjo ARG GROUPNAME=benjo
...@@ -37,7 +37,6 @@ RUN groupadd --gid $GID $GROUPNAME && \ ...@@ -37,7 +37,6 @@ RUN groupadd --gid $GID $GROUPNAME && \
yum clean all && \ yum clean all && \
rm -rf /var/cache/dnf && \ rm -rf /var/cache/dnf && \
tar -zxf beast-core.tar.gz && \ tar -zxf beast-core.tar.gz && \
rm beast-core.tar.gz && \
chown -R $UID:$GID /tmp/* && \ chown -R $UID:$GID /tmp/* && \
chmod 755 dumb-init start.sh && \ chmod 755 dumb-init start.sh && \
mv beast-core /beast-core && \ mv beast-core /beast-core && \
......
{ {
"urls": "http://*:80", "Logging": {
"WWWroot": "../beast-core-client", "LogLevel": {
"workspaceRoot": "/modules", "Default": "Information",
"workspace": "ssbn-826", "Microsoft": "Warning",
"deployment": "./config.json" "Microsoft.Hosting.Lifetime": "Information"
} }
\ No newline at end of file },
"AllowedHosts": "*"
}
{ {
"viewerColor": { "viewerColor": {
"r": 0, "r": 0,
"g": 0, "g": 0,
"b": 0.2 "b": 0.2
}, },
"selectionShader": { "selectionShader": {
"type": "Kerbal" "type": "Kerbal"
}, },
"startingApp": { "startingApp": {
"name": "3D Viewer" "name": "3D Viewer"
} }
} }
\ No newline at end of file
File mode changed from 100644 to 100755
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment