mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-12-03 12:17:55 +08:00
Update Dockerfile
This commit is contained in:
parent
4cbd443b80
commit
e3ed081a59
@ -4,10 +4,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 518
|
EXPOSE 518
|
||||||
EXPOSE 1888
|
EXPOSE 1888
|
||||||
|
EXPOSE 62541
|
||||||
RUN apt-get update
|
EXPOSE 503
|
||||||
RUN apt-get install libgdiplus -y
|
|
||||||
RUN apt-get install nano -y
|
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
Loading…
Reference in New Issue
Block a user