generated from Templates/Docker_Image
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45bcbfe80d | ||
|
|
d82b811e55 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ai_test/* /app
|
||||
COPY ./ai_software_factory/* /app
|
||||
|
||||
CMD ["sh", "/app/hello_world.sh"]
|
||||
+11
@@ -5,10 +5,21 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Fix container build, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.1.3 (2026-04-02)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Fix version increment logic, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.1.2 (2026-04-02)
|
||||
------------------
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.1.3
|
||||
0.1.4
|
||||
|
||||
Reference in New Issue
Block a user