Work dir
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 6s

This commit is contained in:
Braydon 2024-04-07 00:42:54 -04:00
parent 2dc1517999
commit 8def8fa91c

@ -1,5 +1,8 @@
FROM maven:3.8.5-openjdk-17-slim
# Set the working directory
WORKDIR /home/container
# Copy project files
COPY . .