Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 1a3c85e7 authored by Muhammad Raihan Akbar's avatar Muhammad Raihan Akbar
Browse files

[REFACTOR] Minor typo bruh

parent e7d42763
No related branches found
No related tags found
No related merge requests found
FROM openjdk:21-jdk-slim
WORKDIR /app
COPY ./authentication-0.1.jar /app
COPY ./authentication-0.1.jar /app/app.jar
EXPOSE 8080
CMD ["java", "-jar", "app.jar"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment