We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22506b commit 887e06fCopy full SHA for 887e06f
Dockerfile.try
@@ -0,0 +1,14 @@
1
+FROM node
2
+
3
+COPY . deck/
4
5
+WORKDIR deck
6
7
+RUN npm install -g -s --no-progress yarn && \
8
+ yarn && \
9
+ yarn run build && \
10
+ yarn cache clean
11
12
+CMD [ "yarn", "start" ]
13
14
+EXPOSE 9000
settings.js
@@ -34,7 +34,7 @@ window.spinnakerSettings = {
34
region: 'WY20',
35
zone: 'Sandbox'
36
},
37
- primaryAccounts: ['Sandbox','Dev']
+ primaryAccounts: ['Sandbox', 'Dev']
38
39
azure: {
40
defaults: {
0 commit comments