Skip to content

Commit 63b39fc

Browse files
committed
Remove unused APP_VERSION and BUILD_TIME env vars
Deleted APP_VERSION and BUILD_TIME environment variables from the dev Dockerfile and related echo statement in the entrypoint script, as they are no longer needed for the development workflow.
1 parent bca3f96 commit 63b39fc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docker/dev.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ RUN go mod download
2626
# https://patorjk.com/software/taag/#p=display&f=Coder+Mini&t=Mittagskarte&x=none&v=4&h=4&w=80&we=false
2727
COPY ./docker/coder-mini.txt /coder-mini.txt
2828

29-
ENV APP_VERSION=0.0.0.0-dev
30-
ENV BUILD_TIME=2026-01-01T12:00:00Z
31-
3229
ENTRYPOINT [ "/app/docker/dev.entrypoint.sh" ]

docker/dev.entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ cp /app/node_modules/@floating-ui/core/dist/floating-ui.core.umd.min.js /app/ass
99
cp /app/node_modules/@floating-ui/dom/dist/floating-ui.dom.umd.min.js /app/assets/js/floating-ui.dom.umd.min.js
1010

1111
cat /coder-mini.txt
12-
echo -n "Version: ${APP_VERSION} Build Time: ${BUILD_TIME}"
1312

1413
templ generate --watch --proxybind="0.0.0.0" --proxy="http://localhost:8156" --cmd="go run ." --open-browser=false

0 commit comments

Comments
 (0)