zhongkaifu commited on
Commit
7c485e3
·
1 Parent(s): 4c525a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -42,5 +42,6 @@ WORKDIR /code/bin
42
  RUN cp -r /code/Seq2SeqSharp/Tools/SeqWebApps/bin/Release/net7.0/* .
43
  RUN cp /code/mt_enu_chs/appsettings.json .
44
 
 
45
 
46
  CMD ["dotnet","/code/bin/SeqWebApps.dll"]
 
42
  RUN cp -r /code/Seq2SeqSharp/Tools/SeqWebApps/bin/Release/net7.0/* .
43
  RUN cp /code/mt_enu_chs/appsettings.json .
44
 
45
+ RUN ls -la /code/mt_enu_chs
46
 
47
  CMD ["dotnet","/code/bin/SeqWebApps.dll"]