Skip to content

Commit

Permalink
Update dockerfile (#8)
Browse files Browse the repository at this point in the history
Update dockerfile

Reviewed-by: SebastianGode
  • Loading branch information
vladimirvshivkov authored Mar 11, 2024
1 parent 970d540 commit 5befb45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM registry.access.redhat.com/ubi8/nodejs-20:1-22 as build
FROM node:20

ENV NODE_ENV production

Expand All @@ -14,6 +14,4 @@ USER 1001

COPY . .

EXPOSE 3000

CMD npm run start
EXPOSE 6000

0 comments on commit 5befb45

Please sign in to comment.