Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
moved some files to different locations
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Duermael <adrien@duermael.com>
  • Loading branch information
aduermael committed Sep 27, 2016
1 parent b6f8014 commit 1ba5051
Show file tree
Hide file tree
Showing 320 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.6
FROM golang:1.7.1

ENV DOCKER_VERSION 1.12.1

Expand All @@ -9,8 +9,8 @@ RUN curl -sSL -o docker.tgz https://get.docker.com/builds/Linux/x86_64/docker-${
ln -s /bin/docker /bin/docker-${DOCKER_VERSION}

# Copy Go code and install applications
WORKDIR /go/src/github.com/docker/dockercraft
COPY . .
COPY ./go /go/src/dockercraft
WORKDIR /go/src/dockercraft
RUN go install

# Download Cuberite server (Minecraft C++ server)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
REPO_NAME = dockercraft
REPO_OWNER = docker
PKG_NAME = github.com/${REPO_OWNER}/${REPO_NAME}
IMAGE = golang:1.6
IMAGE = golang:1.7.1
IMAGE_NAME = dockercraft-dev
CONTAINER_NAME = dockercraft-dev-container

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1ba5051

Please sign in to comment.