Skip to content

Commit 078dcd2

Browse files
authored
Merge pull request #40 from UCEAP/qa
fix build
2 parents 9d0e31a + ed2113f commit 078dcd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/uceap/devcontainer-drupal:v2.3.0
1+
FROM ghcr.io/uceap/devcontainer-drupal:main
22

33
# Install SSH server
44
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
@@ -10,7 +10,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1010
COPY docker-uceap-entrypoint /usr/local/bin/docker-uceap-entrypoint
1111
ENTRYPOINT ["docker-uceap-entrypoint"]
1212

13-
COPY build /var/www/build
1413
COPY config /var/www/config
1514
COPY composer.json /var/www/
1615
COPY web /var/www/web

0 commit comments

Comments
 (0)