put in signal for edit
This commit is contained in:
@@ -12,9 +12,9 @@ WORKDIR "/src/FamilyTreeAPI"
|
||||
RUN dotnet build "./FamilyTreeAPI.csproj" -c Release -o /app/build
|
||||
|
||||
# create directory for import folder, and image folder
|
||||
RUN mkdir /app_import
|
||||
RUN mkdir app_import
|
||||
|
||||
RUN mkdir /app_images
|
||||
RUN mkdir app_images
|
||||
|
||||
VOLUME /app_import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user