<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| # Base image: | |
| FROM ruby:3.1.3 | |
| ARG _WORKDIR=/estudologia-api | |
| ARG PORT=3000 | |
| # Update and install JavaScript Runtime and PostgreSQL dependencies | |
| RUN apt-get update -qq && apt-get install -y nodejs postgresql-client | |
| # Create a new directory for the application in the container |