initial commit
This commit is contained in:
9
fullstack.Containerfile
Normal file
9
fullstack.Containerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM localhost/devc-web-base
|
||||
|
||||
RUN apk add --no-cache \
|
||||
dotnet9-sdk
|
||||
|
||||
COPY scripts/install-roslyn.sh /tmp/install-roslyn.sh
|
||||
RUN chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh
|
||||
|
||||
USER user
|
||||
Reference in New Issue
Block a user