Update docker file
This commit is contained in:
parent
cf2d7759de
commit
5b56c677ef
@ -1,6 +1,7 @@
|
|||||||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
||||||
|
RUN apt-get update && apt-get install -y apt-utils libgdiplus libc6-dev
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
VOLUME ["/etc/managerservice"]
|
VOLUME ["/etc/managerservice"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user