fix: CORS not same origin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user