All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
philip's Avatar

philip / Dockerfile

0 likes
0 forks
1 files
Last active 1 week ago
1 #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
2
3 FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
4 WORKDIR /app
5 EXPOSE 5000
6
7 FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS build
8 ARG TARGETARCH
9 ARG BUILD_CONFIGURATION=Release
10 WORKDIR /src
Newer Older

Powered by Opengist ⋅ Load: 2ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文