Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Setting docker image back to /app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
manicprone committed Dec 6, 2021
1 parent e2f2db5 commit 930d797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:15.7.0-alpine
# -------------------
# Build app directory
# -------------------
WORKDIR /
WORKDIR /app

# Build dependencies
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion config/tester/run-full-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dockerfile: api.dockerfile
container_name: atomicagent-full-system
environment:
- MONGO_URI=mongodb://10.10.0.8:27017/liquality
- MONGO_URI=mongodb://10.10.0.8:27017/swapOrders
- CONFIG_PATH=/config/config.tester.toml
volumes:
- ./config/tester:/config
Expand Down
2 changes: 1 addition & 1 deletion worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:15.7.0-alpine
# -------------------
# Build app directory
# -------------------
WORKDIR /
WORKDIR /app

# Build dependencies
COPY package*.json ./
Expand Down

0 comments on commit 930d797

Please sign in to comment.