Skip to content

Commit

Permalink
develop (#27)
Browse files Browse the repository at this point in the history
* [ADD] Dockerfile and class optimizations

* Enhancements added to LightCleaner

* Some optimizations performed

* Update health.py

* Update lightest.py

* Improve logic and reformatted

* StorageController class improvement

* Bug fixes and final tests

* renew documents
  • Loading branch information
jzsmoreno authored Dec 8, 2024
1 parent 93fd8f6 commit 4617b83
Show file tree
Hide file tree
Showing 22 changed files with 915 additions and 4,085 deletions.
18 changes: 18 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Use the official Microsoft SQL Server image as the base image
FROM mcr.microsoft.com/mssql/server:2022-latest

# Set environment variables for non-interactive installation
ENV DEBIAN_FRONTEND=noninteractive

# Set the password for the SQL Server 'sa' user
ENV SA_PASSWORD=vSk60DcYRU

# Set the ACCEPT_EULA environment variable to accept the EULA
ENV ACCEPT_EULA=Y

# Expose SQL Server port
EXPOSE 1433

# Start SQL Server
CMD ["/opt/mssql/bin/sqlservr"]

402 changes: 0 additions & 402 deletions docs/fast_upload.html

This file was deleted.

290 changes: 0 additions & 290 deletions docs/health.html

This file was deleted.

97 changes: 0 additions & 97 deletions docs/index.html

This file was deleted.

Loading

0 comments on commit 4617b83

Please sign in to comment.