Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
APKG Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kartenaale
Build
APKG Builder
Merge requests
!2
fix: docker file module syntax
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: docker file module syntax
fix/#4-missing-res
into
main
Overview
0
Commits
1
Changes
1
Merged
Philipp Pospischil
requested to merge
fix/#4-missing-res
into
main
10 months ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
cbfc5b81
1 commit,
10 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
1
Options
@@ -18,4 +18,4 @@ to-static-jsonp
COPY
Pipfile Pipfile.lock /app/
RUN
cd
/app
&&
pipenv
install
--system
--deploy
COPY
./export_apkgs /app/export_apkgs
RUN
echo
"#!/bin/sh
\n
$(
python-libfaketime
)
\n
python3 -m
/
app
/
export_apkgs
\$
@"
>
/bin/export_apkgs
&&
chmod
+x /bin/export_apkgs
RUN
echo
"#!/bin/sh
\n
$(
python-libfaketime
)
\n
python3 -m app
.
export_apkgs
\$
@"
>
/bin/export_apkgs
&&
chmod
+x /bin/export_apkgs
Loading