this may break everything...
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-05 08:47:54 -04:00
parent 7b77df0c4c
commit f482750d08
3 changed files with 2 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ steps:
commands:
- docker compose pull
- docker compose build --no-cache
- docker compose down
- docker compose rm --stop .
- docker compose up --wait
volumes:
- name: env

View File

@@ -23,5 +23,4 @@ WORKDIR /home/node/app
COPY package*.json ./
RUN yarn install --frozen-lockfile --production
COPY --from=0 /home/node/app/dist .
EXPOSE 80
CMD ["node","server/index.js"]

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth",
"version": "0.0.13",
"version": "0.0.14",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {