Skip to content

Commit

Permalink
test. Debug http-proxy-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikv committed Aug 9, 2024
1 parent fd0f625 commit a44aad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM navikt/node-express:18

# Workaround: får tilfeldige feil ved npm install uten neste linje
RUN npm config set unsafe-perm=true
RUN npm config set unsafe-perm=true

WORKDIR /app

Expand All @@ -10,4 +10,4 @@ COPY ./dist .
EXPOSE 3000

ENTRYPOINT ["sh", "-c"]
CMD ["node server/index.cjs"]
CMD ["DEBUG=http-proxy-middleware* node server/index.cjs"]

0 comments on commit a44aad1

Please sign in to comment.