Skip to content
Snippets Groups Projects
Commit e3f60e2f authored by ThanKarab's avatar ThanKarab
Browse files

Fix for jar in dockerfile not working.

parent 83c2a7c7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
To run the backend using an IDE for development, such as IntelliJ, you need a running instance of PostgreSQL. To run the backend using an IDE for development, such as IntelliJ, you need a running instance of PostgreSQL.
## Deployment (using a Docker image) ## Deployment (using a Docker image)
Build the image: ` docker build -t hbpmip/portal-backend:latest .` Build the image: `docker build -t hbpmip/portal-backend:latest .`
To use this image, you need a running instance of PostgreSQL and to configure the software using the following environment variables. To use this image, you need a running instance of PostgreSQL and to configure the software using the following environment variables.
......
...@@ -147,6 +147,11 @@ ...@@ -147,6 +147,11 @@
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
</resources> </resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build> </build>
</project> </project>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment