I wish GA was a better CI/CD platform

This commit is contained in:
Wavering Ana 2025-01-31 19:33:04 -05:00
parent 6e6940c21c
commit b221dfdeb7
3 changed files with 4 additions and 94 deletions

View file

@ -57,7 +57,7 @@ COPY --from=backend-builder /usr/src/app/migrations /app/migrations
# Copy static files
COPY --from=backend-builder /usr/src/app/static /app/static
# Expose the port (this is just documentation)
# Expose the port
EXPOSE 8080
# Set default network configuration