Skip to content

Dependencies are missing from package.json and package-lock.json #20

@Exairnous

Description

@Exairnous

Description
express and aws-sdk are installed in the Dockerfile, but aren't listed in package.json or package-lock.json

Expected behavior
express and aws-sdk should be listed as dependencies in package.json and package-lock.json and the install commands for them removed from the Dockerfile so that everything is installed with just npm ci.

Why the expected behavior is an improvement
This allows the dependencies to managed in the normal Node way and ensures the dependency versions will be identical in all Docker images.

Additional details
aws-sdk probably isn't needed any more, but it can be removed later/separately along with anything else that's no longer needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions