File tree Expand file tree Collapse file tree 8 files changed +102
-22
lines changed Expand file tree Collapse file tree 8 files changed +102
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2019 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
@@ -15,7 +25,7 @@ WORKDIR /app
15
25
COPY package*.json ./
16
26
17
27
# Install dependencies.
18
- # if you need a deterministic and repeatable build create a
28
+ # if you need a deterministic and repeatable build create a
19
29
# package-lock.json file and use npm ci:
20
30
# RUN npm ci --omit=dev
21
31
# if you need to include development dependencies during development
Original file line number Diff line number Diff line change 1
1
# Copyright 2023 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /app
14
24
COPY package*.json ./
15
25
16
26
# Install dependencies.
17
- # if you need a deterministic and repeatable build create a
27
+ # if you need a deterministic and repeatable build create a
18
28
# package-lock.json file and use npm ci:
19
29
# RUN npm ci --omit=dev
20
30
# if you need to include development dependencies during development
Original file line number Diff line number Diff line change 1
1
# Copyright 2019 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /app
14
24
COPY package*.json ./
15
25
16
26
# Install dependencies.
17
- # if you need a deterministic and repeatable build create a
27
+ # if you need a deterministic and repeatable build create a
18
28
# package-lock.json file and use npm ci:
19
29
# RUN npm ci --omit=dev
20
30
# if you need to include development dependencies during development
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
@@ -28,7 +38,7 @@ WORKDIR /usr/src/app
28
38
COPY package*.json ./
29
39
30
40
# Install dependencies.
31
- # if you need a deterministic and repeatable build create a
41
+ # if you need a deterministic and repeatable build create a
32
42
# package-lock.json file and use npm ci:
33
43
# RUN npm ci --omit=dev
34
44
# if you need to include development dependencies during development
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# Use the official lightweight Node.js image.
6
16
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /usr/src/app
14
24
COPY package*.json ./
15
25
16
26
# Install dependencies.
17
- # if you need a deterministic and repeatable build create a
27
+ # if you need a deterministic and repeatable build create a
18
28
# package-lock.json file and use npm ci:
19
29
# RUN npm ci --omit=dev
20
30
# if you need to include development dependencies during development
Original file line number Diff line number Diff line change 1
1
// Copyright 2020 Google LLC. All rights reserved.
2
- // Use of this source code is governed by the Apache 2.0
3
- // license that can be found in the LICENSE file.
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
4
14
5
15
const app = require ( './app' ) ;
6
16
const metadata = require ( './metadata' ) ;
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Google LLC. All rights reserved.
2
- # Use of this source code is governed by the Apache 2.0
3
- # license that can be found in the LICENSE file.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
4
14
5
15
# [START cloudrun_pubsub_dockerfile]
6
16
# [START run_pubsub_dockerfile]
@@ -17,7 +27,7 @@ WORKDIR /usr/src/app
17
27
COPY package*.json ./
18
28
19
29
# Install dependencies.
20
- # if you need a deterministic and repeatable build create a
30
+ # if you need a deterministic and repeatable build create a
21
31
# package-lock.json file and use npm ci:
22
32
# RUN npm ci --omit=dev
23
33
# if you need to include development dependencies during development
You can’t perform that action at this time.
0 commit comments