You've already forked composer-build-action
feat: Initial Versioning 🐛
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM cybercinch/base-alpine-bash:latest
|
||||
|
||||
COPY scripts/docker-entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENV upload_file=build/Package.zip
|
||||
CMD ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user