Skip to content

Commit 3023ed3

Browse files
authored
Develop (#113)
2 parents 9de4da4 + 1c48fbe commit 3023ed3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ COPY pom.xml ./
2727

2828
# Copia arquivos de configuração do Maven
2929
COPY ./src ./src
30-
COPY ./.env ./.env
3130
COPY ./logback.xml ./logback.xml
3231

3332
# Compila e gera o JAR
@@ -46,4 +45,4 @@ RUN chmod +x app.jar
4645
EXPOSE 8082
4746

4847
#c ["java",$JAVA_OPTS,"-jar","/app/app.jar"]
49-
CMD java -jar app.jar
48+
CMD java -jar app.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>br.com.lue93</groupId>
1313
<artifactId>fx</artifactId>
14-
<version>1.8.0</version>
14+
<version>1.8.1</version>
1515
<name>fx</name>
1616
<description>Calculadora de cambio</description>
1717
<properties>

0 commit comments

Comments
 (0)