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 68b6259 commit f187872
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 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 @@ -24,12 +19,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 f187872

Please sign in to comment.