This commit is contained in:
Kasra Bigdeli
2023-07-31 17:13:41 -07:00
parent 8949e18f9b
commit 710b110583
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM node:18-alpine
RUN apk update && apk upgrade --no-cache && apk add --update --no-cache make gcc g++ git curl openssl openssh ssh
RUN apk update && apk upgrade --no-cache && apk add --update --no-cache make gcc g++ git curl openssl openssh
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app