File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,27 @@ RUN chmod +x download_and_unpack_labone.sh \
14
14
&& ./download_and_unpack_labone.sh
15
15
16
16
17
- FROM ubuntu:22.04 as labone_base
17
+ FROM ubuntu:22.04 AS labone_base
18
18
19
19
COPY --from=builder LabOneLinux*/DataServer ./labone/DataServer/
20
20
COPY --from=builder LabOneLinux*/Firmware ./labone/Firmware/
21
21
22
22
23
- FROM labone_base as labone_dataserver
23
+ FROM labone_base AS labone_dataserver
24
24
25
25
EXPOSE 8001 8003 8004 41000-41100
26
26
ENTRYPOINT ["/labone/DataServer/ziDataServer" ]
27
27
28
28
29
- FROM labone_base as labone_webserver
29
+ FROM labone_base AS labone_webserver
30
30
31
31
COPY --from=builder LabOneLinux*/WebServer ./labone/WebServer/
32
32
COPY --from=builder LabOneLinux*/Documentation ./labone/Documentation/
33
33
EXPOSE 8006
34
34
ENTRYPOINT ["/labone/WebServer/ziWebServer" ]
35
35
36
36
37
- FROM labone_webserver as labone_full
37
+ FROM labone_webserver AS labone_full
38
38
39
39
RUN apt-get update \
40
40
&& apt-get install -y curl python3-pip \
You can’t perform that action at this time.
0 commit comments