Skip to content

Commit

Permalink
chore: removed going to api dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Mar 11, 2024
1 parent e1f8819 commit 3934667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM maven:3.8.1-openjdk-17 AS build
# Compile api
WORKDIR /api
COPY . /api
WORKDIR /api
RUN mvn install
Expand Down

0 comments on commit 3934667

Please sign in to comment.