Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4aaf50

Browse files
author
Andrew Kemp
committed
Adding dockerfile
1 parent 0fec778 commit b4aaf50

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM google/cloud-sdk:slim
2+
3+
LABEL "Author"="Andrew Kemp <[email protected]>"
4+
LABEL "Version"="1.0"
5+
6+
## Install Node 8.9.x
7+
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
8+
RUN apt-get install -y nodejs
9+
10+
11+
## Install gCloud SQL Proxy
12+
ADD https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 /usr/local/bin/cloud_sql_proxy
13+
RUN chmod +x /usr/local/bin/cloud_sql_proxy

0 commit comments

Comments
 (0)