Skip to content

Commit

Permalink
added a dockerfile for the frontend modified second frr
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Jul 15, 2024
1 parent 842c634 commit 0785145
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackIt-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> PackIt </title>
<title>PackIt</title>
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 2 additions & 1 deletion packit-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ plugins {
group = "com.packit"
version = "0.0.1-SNAPSHOT"

java {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
Expand Down
1 change: 1 addition & 0 deletions packit-backend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app
COPY gradlew ./
COPY gradle ./gradle


# Copy the application code
COPY . .

Expand Down
1 change: 1 addition & 0 deletions packit-backend/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0

#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
Expand Down

0 comments on commit 0785145

Please sign in to comment.