mirror of https://github.com/tycrek/ass
parent
0a652227a3
commit
e4602f9e79
@ -1,10 +1,11 @@
|
|||||||
# ass Dockerfile v0.3.2
|
# ass Dockerfile v0.3.3
|
||||||
# authors:
|
# authors:
|
||||||
# - tycrek <t@tycrek.com> (https://tycrek.com/)
|
# - tycrek <t@tycrek.com> (https://tycrek.com/)
|
||||||
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
|
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
|
||||||
|
|
||||||
FROM node:20.8.0
|
FROM node:20.9.0-alpine
|
||||||
WORKDIR /opt/ass-src/
|
WORKDIR /opt/ass-src/
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN npm i --save-dev && npm run build
|
RUN npm i --save-dev && npm run build
|
||||||
CMD npm start
|
CMD npm start
|
||||||
|
RUN rm -rf /var/cache/apk/*
|
@ -0,0 +1,7 @@
|
|||||||
|
.github
|
||||||
|
.gitignore
|
||||||
|
.dockerignore
|
||||||
|
.install
|
||||||
|
Dockerfile
|
||||||
|
compose.yaml
|
||||||
|
node_modules/
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue