Fixed tab spacing, nano reset, and coloring.

This commit is contained in:
Karmaa
2025-02-09 01:48:59 -06:00
parent 3b0eddca27
commit 33060eb1e4
7 changed files with 245 additions and 239 deletions

View File

@@ -19,8 +19,8 @@ FROM nginx:alpine
RUN apk add --no-cache nodejs npm
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY --from=frontend-build /app/frontend/dist /usr/share/nginx/html
COPY --from=backend-build /backend /backend
COPY --from=backend-build /backend/entrypoint.sh /backend/entrypoint.sh
COPY --from=backend-build src/backend/ /src/backend/
COPY --from=backend-build src/backend/entrypoint.sh /src/backend/entrypoint.sh
# Configure start-up
RUN chmod +x /backend/entrypoint.sh