FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-lambda/examples/docker-file/Dockerfile at build-java8 · sdscgithub/docker-lambda · GitHub
sdscgithub
/
docker-lambda
Public
forked from
lambci/docker-lambda
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-lambda
/
examples
/
docker-file
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (11 loc) · 339 Bytes
Breadcrumbs
docker-lambda
/
examples
/
docker-file
/
Dockerfile
Copy path
File metadata and controls
15 lines (11 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM
lambci/lambda:nodejs8.10
ENV
AWS_LAMBDA_FUNCTION_NAME=docker-build \
AWS_LAMBDA_FUNCTION_VERSION=2 \
AWS_LAMBDA_FUNCTION_MEMORY_SIZE=384 \
AWS_LAMBDA_FUNCTION_TIMEOUT=60 \
AWS_REGION=us-east-1
COPY
. .
#
If we want to match permissions in /var/task exactly...
USER
root
RUN
chown -R slicer:497 .
USER
sbx_user1051
Back
|
FazBrowse Home
|
New Git URL