mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
refactor: improve devcontainer configuration and documentation (#29)
- Fix container image labels to link with GitHub repository - Enhance build script with better error handling - Update documentation with cross-platform build instructions Part of #29
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/acedanger/finance"
|
||||
LABEL org.opencontainers.image.description="Dev container for Finance App"
|
||||
LABEL org.opencontainers.image.source=https://github.com/acedanger/finance
|
||||
LABEL org.opencontainers.image.description="Development container for Finance application with Node.js, TypeScript, and dev tools"
|
||||
|
||||
# Install additional OS packages
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
Reference in New Issue
Block a user