update file struct

This commit is contained in:
milanmdev 2023-01-14 15:26:53 -06:00
parent bbafc4d92a
commit dd46f0f52c
4 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -103,4 +103,5 @@ dist
# TernJS port file
.tern-port
docker-compose.yml
docker-compose.yml
.env

View file

@ -1,5 +1,5 @@
FROM node:16-alpine
WORKDIR /app
WORKDIR /build
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
COPY . .

View file

@ -7,7 +7,7 @@
"license": "Apache-2.0",
"scripts": {
"build": "docker build . -t verge-mastodon-bot",
"start": "node index.js",
"start": "node ./app/index.js",
"pull": "git fetch origin && git reset --hard origin/main && yarn install"
},
"dependencies": {