Files

16 lines
380 B
PowerShell
Raw Permalink Normal View History

2026-01-29 19:27:26 -05:00
# PowerShell script for Windows container post setup
# @Version: 202601231310-git
# @Author: CasjaysDev
# @Contact: CasjaysDev <docker-admin@casjaysdev.pro>
# @License: MIT
# @Copyright: Copyright 2026 CasjaysDev
# @File: 06-post.ps1
# @Description: Script for post-installation tasks
$ErrorActionPreference = 'Stop'
$exitCode = 0
# Post-installation tasks here
exit $exitCode