danylokhodus commited on
Commit
31c319a
·
1 Parent(s): 840267f

Development

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ EXPOSE 7860
54
 
55
  # Set environment variables
56
  ENV ASPNETCORE_URLS=http://+:7860
57
- ENV ASPNETCORE_ENVIRONMENT=Production
58
 
59
  # Set entrypoint to our script
60
  ENTRYPOINT ["./entrypoint.sh"]
 
54
 
55
  # Set environment variables
56
  ENV ASPNETCORE_URLS=http://+:7860
57
+ ENV ASPNETCORE_ENVIRONMENT=Development
58
 
59
  # Set entrypoint to our script
60
  ENTRYPOINT ["./entrypoint.sh"]