Skip to content

Commit be8c444

Browse files
committed
fix: images for running code will be built manually
1 parent 4c51b37 commit be8c444

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Dockerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Build images first
2-
FROM docker:latest AS builder
3-
4-
WORKDIR /build
5-
6-
COPY docker/python/ docker/python/
7-
COPY docker/java/ docker/java/
8-
COPY docker/cpp/ docker/cpp/
9-
10-
RUN docker build -t beatcode-python:latest docker/python/ && \
11-
docker build -t beatcode-java:latest docker/java/ && \
12-
docker build -t beatcode-cpp:latest docker/cpp/
13-
14-
# Set up the server
151
FROM python:3.11-alpine
162

173
WORKDIR /app

0 commit comments

Comments
 (0)