Changes to docker file

This commit is contained in:
2025-04-27 12:40:49 -04:00
parent 706080f9a7
commit 6fed4ae51f
2 changed files with 7 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ RUN --mount=type=ssh mkdir src && \
# Copy the actual source code
COPY src ./src
# If you have other directories like `templates` or `static`, copy them too
COPY .env ./.env
COPY .env.docker ./.env
COPY migrations ./migrations
# << --- SSH MOUNT ADDED HERE --- >>
@@ -68,4 +68,4 @@ EXPOSE 3000
# Set the command to run your application
# Ensure this matches the binary name copied above
CMD ["./icarus_auth"]
CMD ["./icarus_auth"]