Skip to content

Commit 887e06f

Browse files
committed
Dockerfile, and changes for CF
1 parent c22506b commit 887e06f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Dockerfile.try

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ window.spinnakerSettings = {
3434
region: 'WY20',
3535
zone: 'Sandbox'
3636
},
37-
primaryAccounts: ['Sandbox','Dev']
37+
primaryAccounts: ['Sandbox', 'Dev']
3838
},
3939
azure: {
4040
defaults: {

0 commit comments

Comments
 (0)