Merge pull request #244 from Gauvino/patch/docker

pull/245/head^2
Josh Moore 7 months ago committed by GitHub
commit 2fc1ddf618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
# production
.ass-data/
# development
node_modules/

@ -1,10 +1,10 @@
# ass Dockerfile v0.3.2
# ass Dockerfile v0.3.3
# authors:
# - tycrek <t@tycrek.com> (https://tycrek.com/)
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
FROM node:20.8.0
FROM node:20.9.0-alpine
WORKDIR /opt/ass-src/
COPY . ./
RUN npm i --save-dev && npm run build
CMD npm start
CMD npm start
Loading…
Cancel
Save