dockerSupport: Added expose to the dockerfile. Can be used without but still nice to add.
This commit is contained in:
@@ -13,4 +13,6 @@ WORKDIR /app
|
||||
RUN mkdir -p /app/data
|
||||
COPY --from=build-env /app/out .
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
ENTRYPOINT [ "dotnet", "CarCareTracker.dll" ]
|
||||
Reference in New Issue
Block a user