mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-12-06 09:13:22 +01:00
Intial project
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM amazon/aws-cli:latest
|
||||
|
||||
LABEL "com.github.actions.name"="Zappa Deploy"
|
||||
LABEL "com.github.actions.description"="Deploys a Zappa application to AWS"
|
||||
LABEL "com.github.actions.icon"="package"
|
||||
LABEL "com.github.actions.color"="blue"
|
||||
|
||||
LABEL repository="https://github.com/josephbmanley/zappa-deploy-action"
|
||||
LABEL maintainer="Joseph Manley <joseph@cloudsumu.com>"
|
||||
|
||||
USER root
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user