Change workdir to archery

This commit is contained in:
Cory Sanin 2025-01-14 20:30:06 -05:00
parent c83b7535c1
commit e1230b3fde
4 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ RUN node --experimental-strip-types build.ts && \
FROM base as deploy
WORKDIR /srv/abt
WORKDIR /srv/archery
RUN apk add --no-cache docker-cli
COPY --from=build-env /build .

View File

@ -7,7 +7,7 @@ services:
context: ./
dockerfile: Dockerfile
volumes:
- ./config:/srv/abt/config
- ./config:/srv/archery/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PASSWORD: ${POSTGRES_PASSWORD}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "archery",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "archery",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.3",

View File

@ -1,6 +1,6 @@
{
"name": "archery",
"version": "0.1.0",
"version": "0.1.1",
"description": "Build Arch packages through a web interface",
"keywords": [
"docker",