- Created a new devcontainer.json file for an Alpine-based development environment. - Added a Dependabot configuration file to automate dependency updates for devcontainers.
3 lines
82 B
Docker
3 lines
82 B
Docker
FROM nginx:stable-alpine
|
|
WORKDIR /var/www/app
|
|
COPY /prod/ /usr/share/nginx/html/ |