Skip to content

Commit

Permalink
🔖 Prepare for release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bongijo committed Nov 1, 2021
1 parent b6000af commit 483a838
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
ports:
- 8027:8027/udp
parkmanagerservice:
image: docker.io/sembravaqualcuno/automatedcarparking-parkmanagerservice:1.0
image: docker.io/sembravaqualcuno/automatedcarparking-parkmanagerservice:1.1
env_file:
- variables.env
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:12.0.2
EXPOSE 8080
ADD ./build/distributions/*.tar /
ADD ./build/distributions/*1.1.tar /

WORKDIR /parkmanagerservice-boot-1.0/bin
WORKDIR /parkmanagerservice-boot-1.1/bin
COPY ./src/main/resources/*.pl ./
COPY ./src/main/resources/parkingMap.bin ./
RUN ls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = 'it.unibo.sembrava_qualcuno'
version = '1.0'
version = '1.1'
sourceCompatibility = 1.8
mainClassName = 'parkmanagerservice.Sprint4ApplicationKt'

Expand Down

0 comments on commit 483a838

Please sign in to comment.