fix: CORS not same origin

This commit is contained in:
2023-10-13 20:00:32 -06:00
parent c4600fa2be
commit ac1dd38cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ COPY src /app/src
COPY package.json /app
COPY dotenv /app/.env
RUN apk add bash bash-completion vim
RUN npm install --include=dev
EXPOSE 3000