mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: added install package script
This commit is contained in:
parent
82270b4f17
commit
423b087e0f
@ -1,5 +1,9 @@
|
||||
FROM node:14.16-alpine
|
||||
|
||||
# install packages
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache bash git openssh
|
||||
|
||||
# Create app directory
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user