We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bffe07 commit b796eadCopy full SHA for b796ead
Dockerfile
@@ -15,7 +15,7 @@ RUN curl -L https://dist.ballerina.io/downloads/2201.12.0/ballerina-2201.12.0-sw
15
unzip -t ballerina.zip && \
16
unzip ballerina.zip -d /opt/ballerina && \
17
rm ballerina.zip
18
-ENV PATH="/opt/ballerina/bin:${PATH}"
+ENV PATH="/opt/ballerina-2201.12.0-swan-lake/bin:${PATH}"
19
20
# Build the backend
21
WORKDIR /app/Back-End
0 commit comments