Skip to content

Commit

Permalink
Update Dockerfile and docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJustIkenna committed Oct 31, 2024
1 parent 42d027e commit ae12c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:

- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t prodtradingbotregistry.azurecr.io/dataengine/dataengine-image:v1.0.0-$(date +%s) -f DataEngine/Dockerfile .
run: docker build -t prodtradingbotregistry.azurecr.io/dataengine/dataengine-image:v1.0.0-$(date +%s) -f DataEngine/Dockerfile .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app/DataEngine
COPY . .

# Copy the DatabaseEngine files
COPY ../../DatabaseEngine /usr/src/app/DatabaseEngine
COPY ../../DatabaseEngine .

# Build the project
RUN cargo build --release
Expand Down

0 comments on commit ae12c1b

Please sign in to comment.