Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport authored Jul 29, 2024
1 parent 361beb3 commit ff420ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<<<<<<< HEAD

FROM node:hydrogen-alpine3.15 AS builder
=======
FROM node:16.16.0-alpine3.15 AS builder
>>>>>>> main
ADD . /app
RUN apk add bash
RUN apk add --no-cache \
Expand All @@ -25,11 +20,7 @@ RUN npm run build
# RUN npm run build


<<<<<<< HEAD
FROM node:hydrogen-alpine3.15
=======
FROM node:16.16.0-alpine3.15
>>>>>>> main
RUN apk add bash
RUN apk add --no-cache \
python3 \
Expand Down

0 comments on commit ff420ac

Please sign in to comment.