Skip to content
Snippets Groups Projects
Commit 99855d5e authored by Abonyi Bence Péter's avatar Abonyi Bence Péter :scream_cat:
Browse files

Update file Dockerfile

parent 5a55548f
No related branches found
No related tags found
No related merge requests found
Pipeline #50731 passed
...@@ -4,6 +4,7 @@ WORKDIR /app ...@@ -4,6 +4,7 @@ WORKDIR /app
EXPOSE 8080 EXPOSE 8080
EXPOSE 8081 EXPOSE 8081
ENV MONGODB_URI=""
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release ARG BUILD_CONFIGURATION=Release
WORKDIR /src WORKDIR /src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment