Skip to content

Commit

Permalink
(deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarbar338 committed Apr 30, 2024
1 parent ea8dfc9 commit 15f2c94
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM node:19.1.0-alpine3.16
FROM ubuntu:22.10

RUN apk update && apk add --no-cache gcompat
RUN apt update && apt upgrade -y && apt install -y git make gcc g++ python3 python3-pip build-essential software-properties-common curl wget

RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -

RUN apt install -y nodejs

RUN npm install -g yarn

EXPOSE 8080

Expand Down

0 comments on commit 15f2c94

Please sign in to comment.