First commit
This commit is contained in:
18
tapit-build/Dockerfile
Normal file
18
tapit-build/Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM ubuntu
|
||||
|
||||
ENV PROVISION_CONTEXT "production"
|
||||
|
||||
# Deploy scripts/configurations
|
||||
COPY static/ /static
|
||||
COPY tapit /tapit
|
||||
COPY api-poc /api-poc
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
run apt-get update
|
||||
run apt-get install -y ca-certificates
|
||||
|
||||
# Harder to bypass
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
# Can be overwritten -- with run args
|
||||
CMD ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user