Update docker file

This commit is contained in:
Fransolet Thomas 2022-10-26 22:18:11 +02:00
parent cf2d7759de
commit 5b56c677ef

View File

@ -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"]