Work dir
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 6s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 6s
This commit is contained in:
parent
2dc1517999
commit
8def8fa91c
@ -1,5 +1,8 @@
|
|||||||
FROM maven:3.8.5-openjdk-17-slim
|
FROM maven:3.8.5-openjdk-17-slim
|
||||||
|
|
||||||
|
# Set the working directory
|
||||||
|
WORKDIR /home/container
|
||||||
|
|
||||||
# Copy project files
|
# Copy project files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user