mirror of
https://github.com/cwchristerw/bokxin-ip
synced 2024-11-09 23:10:28 +00:00
Add Dockerfile
This commit is contained in:
parent
169be5148a
commit
72a407baac
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM node:14.15.0-alpine
|
||||
|
||||
#Dependencies
|
||||
RUN apk add --virtual .build-deps python make g++ gcc git autoconf automake libtool file nasm pkgconf build-base
|
||||
|
||||
RUN npm install -g gatsby-cli
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY / /usr/src/app/
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD [ "npm", "start" ]
|
Loading…
Reference in New Issue
Block a user