mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 15:05:45 +01:00
Compare commits
1 Commits
308ae74e37
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f96368f5a |
@@ -63,7 +63,7 @@ RUN mkdir -p /app/data
|
|||||||
|
|
||||||
# Copy backend built files
|
# Copy backend built files
|
||||||
COPY --from=backend-builder /app/backend/dist/ ./dist/
|
COPY --from=backend-builder /app/backend/dist/ ./dist/
|
||||||
COPY --from=backend-builder /app/backend/node_modules/ ./node_modules/
|
COPY --from=backend-builder /app/node_modules/ ./node_modules/
|
||||||
COPY --from=backend-builder /app/backend/package.json ./
|
COPY --from=backend-builder /app/backend/package.json ./
|
||||||
|
|
||||||
# Copy frontend built files
|
# Copy frontend built files
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ This software, "Schichtenplaner", is offered under a dual licensing model.
|
|||||||
- Integration into commercial software or distributions
|
- Integration into commercial software or distributions
|
||||||
|
|
||||||
To obtain a commercial license, please contact:
|
To obtain a commercial license, please contact:
|
||||||
📧 dev.patrick@mahnke-hartmann.de
|
📧 patrick@mahnke-hartmann.dev
|
||||||
or open an inquiry via GitHub: https://github.com/donpat1to/Schichtenplaner
|
or open an inquiry via GitHub: https://github.com/donpat1to/Schichtenplaner
|
||||||
|
|
||||||
Without a valid commercial license, all commercial rights are reserved.
|
Without a valid commercial license, all commercial rights are reserved.
|
||||||
|
|||||||
Reference in New Issue
Block a user